<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />

KeyExchangeEllipticCurveDiffieHellman

Represents base class for Diffie Hellman key exchange algorithm

Specifies client exchange number.

protected byte[] _clientPayload

Specifies client payload

protected byte[] _hostKey

Specifies host key data.

Specifies random generated number.

Specifies server exchange number.

protected byte[] _serverPayload

Specifies server payload

protected byte[] _signature

Specifies signature data.

protected virtual void HandleServerEcdhReply()

Populates the client exchange value.