Enum CertificateKeyProfile
Identifies a supported certificate key and signature profile.
Namespace: Eigenverft.NetLib.Infrastructure.Security.Certificates
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum CertificateKeyProfile
Fields
| Name | Description |
|---|---|
| EcdsaP256Sha256 | ECDSA P-256 with SHA-256. |
| EcdsaP384Sha384 | ECDSA P-384 with SHA-384. |
| Rsa2048Sha256 | RSA 2048 with SHA-256. |
| Rsa3072Sha256 | RSA 3072 with SHA-256. |