Certificate file format
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum CertificateFormat |
Visual Basic |
---|
Public Enumeration CertificateFormat |
Visual C++ |
---|
public enum class CertificateFormat |
Members
Member name | Value | Description | |
---|---|---|---|
BASE64 | 0 | Base64 | |
DER | 1 | DER | |
PEM | 2 | PEM | |
PKCS7 | 3 | PKCS7 | |
PKCS12 | 4 | PKCS12 | |
UNKNOWN | 5 | Unknown format |