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