X509CRL2Version Property

Gets the X.509 format version of a certificate revocation list.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public int Version { get; }

Property Value

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