Click or drag to resize

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)
Syntax
public enum X509EncodingType
Members
  Member nameValueDescription
Base64Header0 Base64, with X.509 CRL beginning and ending headers
Base641 Base64, without headers.
Binary4 Pure binary copy.
Remarks
Currently this class is supported only by X509CRL2 class.
See Also