X509EncodingType Enumeration |
Defines the encoding type for X.509 objects.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic enum X509EncodingType
Public Enumeration X509EncodingType
public enum class X509EncodingType
Members
| Member name | Value | Description |
---|
| Base64Header | 0 |
Base64, with X.509 CRL beginning and ending headers
|
| Base64 | 1 |
Base64, without headers.
|
| Binary | 4 |
Pure binary copy.
|
RemarksCurrently this class is supported only by
X509CRL2 class.
See Also