edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

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
Members
  Member nameValueDescription
DiffieHellmanGroup1Sha11Diffie-Hellman group 1 sha-1
DiffieHellmanGroup14Sha12Diffie-Hellman group 14 sha-1
DiffieHellmanGroupExchangeSha14Diffie-Hellman group exchange sha-1
DiffieHellmanGroupExchangeSha2568Diffie-Hellman group exchange sha-1
DiffieHellmanGroup14Sha25616Diffie-Hellman group exchange sha-1
ECDHsha2Nistp25632Elliptic Curve Diffie-Hellman with nistp256 curve
ECDHsha2Nistp38464Elliptic Curve Diffie-Hellman with nistp384 curve
ECDHsha2Nistp521128Elliptic Curve Diffie-Hellman with nistp521 curve
DiffieHellmanGroup15Sha512256Diffie-Hellman group 15 sha-512
DiffieHellmanGroup16Sha512512Diffie-Hellman group 16 sha-512
DiffieHellmanGroup17Sha5121024Diffie-Hellman group 17 sha-512
DiffieHellmanGroup18Sha5122048Diffie-Hellman group 18 sha-512
All4095All key exchange methods enabled
See Also