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 nameDescription
Supported by the .NET Compact FrameworkNone
No algorithm
Supported by the .NET Compact FrameworkRSA
RSA.
Supported by the .NET Compact FrameworkDSS
DSS.
Supported by the .NET Compact FrameworkCertificate
X.509 certificate.
Supported by the .NET Compact FrameworkED25519
ED25519, Twisted Edwards Curve EdDSA algorithm (supported through a plugin).
Supported by the .NET Compact FrameworkECDsaNistP256
Elliptic Curve Digital Signature Algorithm based on NIST P-256 curve (.NET >=4.0 or through a plugin).
Supported by the .NET Compact FrameworkECDsaNistP384
Elliptic Curve Digital Signature Algorithm based on NIST P-384 curve (.NET >=4.0 or through a plugin).
Supported by the .NET Compact FrameworkECDsaNistP521
Elliptic Curve Digital Signature Algorithm based on NIST P-521 curve (.NET >=4.0 or through a plugin).
Supported by the .NET Compact FrameworkAny
Any algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also