Renci.SshNet.Security.KeyExchangeDiffieHellmanGroup14Sha1
Represents "diffie-hellman-group14-sha1" algorithm implementation.
namespace Renci.SshNet.Security
{
internal class KeyExchangeDiffieHellmanGroup14Sha1 : KeyExchangeDiffieHellmanGroupSha1
{
public KeyExchangeDiffieHellmanGroup14Sha1();
}
}