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 name | Description | |
|---|---|---|
| RSA |
RSA.
| |
| DSA |
DSA.
| |
| DiffieHellman |
Diffie-Hellman.
| |
| ECDsa |
Elliptic Curve Digital Signature Algorithm (.NET >= 4.0 or through a plugin).
| |
| ECDH |
Elliptic Curve Diffie-Hellman algorithm (.NET >= 4.0 or through a plugin).
| |
| EdDsa |
Twisted Edwards Curve DSA algorithm such as ED25519 (supported through a plugin).
|