FlexSshKeyExchangeAlgorithms Enumeration |
Specifies the SSH key exchange algorithms.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax [FlagsAttribute]
public enum FlexSshKeyExchangeAlgorithms
<FlagsAttribute>
Public Enumeration FlexSshKeyExchangeAlgorithms
Members
| Member name | Value | Description |
---|
| None | 0 |
No algorithm.
|
| DiffieHellmanGroup1SHA1 | 1 |
Diffie-Hellman (Oakley Group 2) with SHA-1.
|
| DiffieHellmanGroup14SHA1 | 2 |
Diffie-Hellman (Oakley Group 14) with SHA-1.
|
| DiffieHellmanGroupExchangeSHA1 | 4 |
Diffie-Hellman (Group Exchange) with SHA-1.
|
| DiffieHellmanGroupExchangeSHA256 | 8 |
Diffie-Hellman (Group Exchange) with SHA-256.
|
| ECDiffieHellmanNistP256 | 16 |
Elliptic CurveDiffie-Hellman key exchange based on NIST P-256 curve with SHA-256.
|
| ECDiffieHellmanNistP384 | 32 |
Elliptic Curve Diffie-Hellman key exchange based on NIST P-384 curve with SHA-384.
|
| ECDiffieHellmanNistP521 | 64 |
Elliptic Curve Diffie-Hellman key exchange based on NIST P-521 curve with SHA-512.
|
| Curve25519 | 128 |
Elliptic Curve Diffie-Hellman key exchange based on Curve 25519 with SHA-256.
|
| DiffieHellmanOakleyGroupSHA256 | 256 |
Diffie-Hellman (Oakley Group 14) with SHA-256.
|
| DiffieHellmanOakleyGroupSHA512 | 512 |
Diffie-Hellman (Oakley Group 15 or 16) with SHA-512.
|
| Any | 1023 |
Any algorithm.
|
See Also