SshHostKeyAlgorithm Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Host key algorithm.
Syntax
[Flags]
public enum SshHostKeyAlgorithm
Fields
| Name | Description |
|---|---|
| Any | Any algorithm. |
| Certificate | X.509 certificate. |
| DSS | DSS. |
| ECDsaNistP256 | Elliptic Curve Digital Signature Algorithm based on NIST P-256 curve (.NET >=4.0 or through a plugin). |
| ECDsaNistP384 | Elliptic Curve Digital Signature Algorithm based on NIST P-384 curve (.NET >=4.0 or through a plugin). |
| ECDsaNistP521 | Elliptic Curve Digital Signature Algorithm based on NIST P-521 curve (.NET >=4.0 or through a plugin). |
| ECDsaSecp256k1 | Elliptic Curve Digital Signature Algorithm based on secp256k1 curve (only available on Windows). |
| ED25519 | ED25519, Twisted Edwards Curve EdDSA algorithm (supported through a plugin). |
| None | No algorithm |
| RSA | RSA. |