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