Click or drag to resize

X509CRL2Version Property

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; }

Property Value

Type: Int32
Remarks
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