Specifies asymmetric algorithm.

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

Syntax

Visual Basic
Public Enumeration AsymmetricKeyAlgorithmId
C#
public enum AsymmetricKeyAlgorithmId

Members

Member nameDescription
Supported by the .NET Compact FrameworkRSA
RSA.
Supported by the .NET Compact FrameworkDSA
DSA.
Supported by the .NET Compact FrameworkDiffieHellman
Diffie-Hellman.
Supported by the .NET Compact FrameworkECDsa
Elliptic Curve Digital Signature Algorithm (.NET >= 4.0 or through a plugin).
Supported by the .NET Compact FrameworkECDH
Elliptic Curve Diffie-Hellman algorithm (.NET >= 4.0 or through a plugin).
Supported by the .NET Compact FrameworkEdDsa
Twisted Edwards Curve DSA algorithm such as ED25519 (supported through a plugin).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also