Renci.SshNet.Security.KeyExchangeDiffieHellman
Provides the implementation of "diffie-hellman-groupN" algorithms.
namespace Renci.SshNet.Security
{
public class KeyExchangeDiffieHellman : KeyExchange
{
public KeyExchangeDiffieHellman(string name, DHParameters parameters, HashAlgorithmName hashAlgorithm);
}
}