KeyAlgorithm Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
The key algorithm for the certificate.
Syntax
public enum KeyAlgorithm
Fields
| Name | Description |
|---|---|
| DSA | DSA. |
| ECDsa | Elliptic Curve DSA. |
| ED25519 | ED25519. |
| RSA | RSA. |
| Unsupported | Unsupported key algorithm. |