<PackageReference Include="SSH.NET" Version="2024.2.0" />

KeyExchangeEC

abstract class KeyExchangeEC : KeyExchange
protected byte[] _clientExchangeValue

Specifies client exchange.

protected byte[] _clientPayload

Specifies client payload.

protected byte[] _hostKey

Specifies host key data.

protected byte[] _serverExchangeValue

Specifies server exchange.

protected byte[] _serverPayload

Specifies server payload.

protected byte[] _signature

Specifies signature data.

protected abstract int HashSize { get; }

Gets the size, in bits, of the computed hash code.

protected KeyExchangeEC()