Renci.SshNet.Security.KeyExchangeDiffieHellmanGroup14Sha256
Represents "diffie-hellman-group14-sha256" algorithm implementation.
namespace Renci.SshNet.Security
{
internal class KeyExchangeDiffieHellmanGroup14Sha256 : KeyExchangeDiffieHellmanGroupSha256
{
public KeyExchangeDiffieHellmanGroup14Sha256();
}
}