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 name | Description | |
---|---|---|
Unsupported |
Unsupported key algorithm.
| |
RSA |
RSA.
| |
DSA |
DSA.
| |
ECDsa |
Elliptic Curve DSA.
| |
ED25519 |
ED25519.
|