Host key algorithm.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SshHostKeyAlgorithm |
| C# |
|---|
[FlagsAttribute] public enum SshHostKeyAlgorithm |
Members
| Member name | Description | |
|---|---|---|
| None |
No algorithm
| |
| RSA |
RSA.
| |
| DSS |
DSS.
| |
| Certificate |
X.509 certificate.
| |
| ED25519 |
ED25519, Twisted Edwards Curve EdDSA algorithm (supported through a plugin).
| |
| 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).
| |
| Any |
Any algorithm.
|