KeyExchangeDiffieHellmanGroupSha1 ClassSSH .NET Client Library Documentation
Represents "diffie-hellman-group1-sha1" algorithm implementation.
Inheritance Hierarchy

OnlineSystem Object
  Renci.SshNet.Security Algorithm
    Renci.SshNet.Security KeyExchange
      Renci.SshNet.Security KeyExchangeDiffieHellman
        Renci.SshNet.Security KeyExchangeDiffieHellmanGroupSha1
          Renci.SshNet.Security KeyExchangeDiffieHellmanGroup1Sha1

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public abstract class KeyExchangeDiffieHellmanGroupSha1 : KeyExchangeDiffieHellman
See Also