SSHKeyExchangeMethod Enumeration |
Available key exchange methods
Namespace:
EnterpriseDT.Net.Ssh
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax[FlagsAttribute]
public enum SSHKeyExchangeMethod
<FlagsAttribute>
Public Enumeration SSHKeyExchangeMethod
[FlagsAttribute]
public enum class SSHKeyExchangeMethod
[<FlagsAttribute>]
type SSHKeyExchangeMethod
Members
| Member name | Value | Description |
---|
| DiffieHellmanGroup1Sha1 | 1 | Diffie-Hellman group 1 sha-1 |
| DiffieHellmanGroup14Sha1 | 2 | Diffie-Hellman group 14 sha-1 |
| DiffieHellmanGroupExchangeSha1 | 4 | Diffie-Hellman group exchange sha-1 |
| DiffieHellmanGroupExchangeSha256 | 8 | Diffie-Hellman group exchange sha-1 |
| DiffieHellmanGroup14Sha256 | 16 | Diffie-Hellman group exchange sha-1 |
| ECDHsha2Nistp256 | 32 | Elliptic Curve Diffie-Hellman with nistp256 curve |
| ECDHsha2Nistp384 | 64 | Elliptic Curve Diffie-Hellman with nistp384 curve |
| ECDHsha2Nistp521 | 128 | Elliptic Curve Diffie-Hellman with nistp521 curve |
| DiffieHellmanGroup15Sha512 | 256 | Diffie-Hellman group 15 sha-512 |
| DiffieHellmanGroup16Sha512 | 512 | Diffie-Hellman group 16 sha-512 |
| DiffieHellmanGroup17Sha512 | 1024 | Diffie-Hellman group 17 sha-512 |
| DiffieHellmanGroup18Sha512 | 2048 | Diffie-Hellman group 18 sha-512 |
| All | 4095 | All key exchange methods enabled |
See Also