The key algorithm for the certificate.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration KeyAlgorithm
C#
public enum KeyAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnsupported
Unsupported key algorithm.
Supported by the .NET Compact FrameworkRSA
RSA.
Supported by the .NET Compact FrameworkDSA
DSA.
Supported by the .NET Compact FrameworkECDsa
Elliptic Curve DSA.
Supported by the .NET Compact FrameworkED25519
ED25519.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also