Enum CertificateKeyAlgorithm
- Namespace
- Fluxzy.Certificates
- Assembly
- Fluxzy.Core.dll
The asymmetric key algorithm used when building a certificate.
public enum CertificateKeyAlgorithm
- Extension Methods
Fields
EcdsaP224 = 1Elliptic curve (ECDSA) key on the NIST P-224 / secp224r1 curve.
EcdsaP256 = 2Elliptic curve (ECDSA) key on the NIST P-256 / secp256r1 curve.
EcdsaP384 = 3Elliptic curve (ECDSA) key on the NIST P-384 / secp384r1 curve.
EcdsaP521 = 4Elliptic curve (ECDSA) key on the NIST P-521 / secp521r1 curve.
Rsa = 0RSA key. The key length is controlled by KeySize.