Enum CertificatePurpose
Identifies the intended use of a generated certificate.
Namespace: Eigenverft.NetLib.Infrastructure.Security.Certificates
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum CertificatePurpose
Fields
| Name | Description |
|---|---|
| CodeSigning | Code signing. |
| EmailProtection | Email protection. |
| TlsClient | TLS client authentication. |
| TlsServer | TLS server authentication. |
| TlsServerAndClient | TLS server and client authentication. |