Enum CertificateContentType
Defines the content type of BLOB storing X.509 certificate.
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum CertificateContentType
Fields
| Name | Description |
|---|---|
| Pfx | PFX/PKCS12-formatted X.509 certificate with private key. Certificate content is protected by a password. |
| Serialized | Single serialized X.509 certificate with or without private key. |
| Unknown | The content is unknown or not populated. |