FlexSshHostKeyAlgorithms Enumeration |
Specifies the SSH host key algorithms.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax [FlagsAttribute]
public enum FlexSshHostKeyAlgorithms
<FlagsAttribute>
Public Enumeration FlexSshHostKeyAlgorithms
Members
| Member name | Value | Description |
---|
| None | 0 |
No algorithm.
|
| RSA | 1 |
RSA.
|
| DSS | 2 |
DSS.
|
| Certificate | 4 |
X509 certificate.
|
| ED25519 | 8 |
ED25519, Twisted Edwards Curve EdDSA algorithm.
|
| ECDsaNistP256 | 16 |
Elliptic Curve Digital Signature Algorithm based on NIST P-256 curve.
|
| ECDsaNistP384 | 32 |
Elliptic Curve Digital Signature Algorithm based on NIST P-384 curve.
|
| ECDsaNistP521 | 64 |
Elliptic Curve Digital Signature Algorithm based on NIST P-521 curve.
|
| Any | 127 |
Any algorithm.
|
See Also