Table of Contents

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 = 1

Elliptic curve (ECDSA) key on the NIST P-224 / secp224r1 curve.

EcdsaP256 = 2

Elliptic curve (ECDSA) key on the NIST P-256 / secp256r1 curve.

EcdsaP384 = 3

Elliptic curve (ECDSA) key on the NIST P-384 / secp384r1 curve.

EcdsaP521 = 4

Elliptic curve (ECDSA) key on the NIST P-521 / secp521r1 curve.

Rsa = 0

RSA key. The key length is controlled by KeySize.