Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupExchange
Provides the implementation of "diffie-hellman-group-exchange" algorithms.
namespace Renci.SshNet.Security
{
public class KeyExchangeDiffieHellmanGroupExchange : KeyExchange
{
public KeyExchangeDiffieHellmanGroupExchange(string name, HashAlgorithmName hashAlgorithm);
public KeyExchangeDiffieHellmanGroupExchange(string name, HashAlgorithmName hashAlgorithm, uint minimumGroupSize, uint preferredGroupSize, uint maximumGroupSize);
}
}