X509CRL2Version Property
Gets the X.509 format version of a certificate revocation list.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public int Version { get; }
Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int get ();
}
member Version : int with get
Property Value
Int32 There are several versions of X.509 CRLs. This property identifies which format the certificate
revocation list uses. For example, "2" is returned for a version 2 certificate revocation list.
RFC5280 defines only 2 versions: v1 and v2.