AsymmetricKeyAlgorithmId Enum
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies asymmetric algorithm.
Syntax
public enum AsymmetricKeyAlgorithmId
Fields
Name | Description |
---|---|
DiffieHellman | Diffie-Hellman. |
DSA | DSA. |
ECDH | Elliptic Curve Diffie-Hellman algorithm (.NET >= 4.0 or through a plugin). |
ECDsa | Elliptic Curve Digital Signature Algorithm (.NET >= 4.0 or through a plugin). |
EdDsa | Twisted Edwards Curve DSA algorithm such as ED25519 (supported through a plugin). |
RSA | RSA. |