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

KeyExchangeDiffieHellman

public abstract class KeyExchangeDiffieHellman : KeyExchange

protected byte[] _clientPayload

protected BigInteger _group

protected byte[] _hostKey

protected BigInteger _prime

protected byte[] _serverPayload

protected byte[] _signature

protected virtual void HandleServerDhReply(byte[] hostKey, BigInteger serverExchangeValue, byte[] signature)

protected void PopulateClientExchangeValue()