Gets the X.509 format version of a certificate revocation list.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int Version { get; }
Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int get ();
}
member Version : int with get
Property Value
Type:
Int32Remarks 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.
See Also