Renci.SshNet.Security NamespaceSSH .NET Client Library Documentation

[Missing <summary> documentation for "N:Renci.SshNet.Security"]

Classes

  ClassDescription
Public classAlgorithm
Represents the abstract base class from which all implementations of algorithms must inherit.
Public classCertificateHostAlgorithm
Implements certificate support for host algorithm.
Public classDsaKey
Contains DSA private and public key
Public classHostAlgorithm
Base class for SSH host algorithms.
Public classKey
Base class for asymmetric cipher algorithms
Public classKeyExchange
Represents base class for different key exchange algorithm implementations
Public classKeyExchangeDiffieHellman
Represents base class for Diffie Hellman key exchange algorithm
Public classKeyExchangeDiffieHellmanGroup1Sha1
Represents "diffie-hellman-group1-sha1" algorithm implementation.
Public classKeyExchangeDiffieHellmanGroupExchangeSha256
Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
Public classKeyExchangeDiffieHellmanGroupSha1
Represents "diffie-hellman-group1-sha1" algorithm implementation.
Public classKeyHostAlgorithm
Implements key support for host algorithm.
Public classRsaKey
Contains RSA private and public key