CertificateFormat Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies certificate file format.
Syntax
public enum CertificateFormat
Fields
Name | Description |
---|---|
Base64Der | Base-64 encoded DER X.509 certificate. |
Der | Binary DER encoded X.509 certificate. |
Pfx | P12/PFX certificate with private key. |