X509CrlBuilderVersion Property

Gets or sets the version of the CRL. Valid values are 1 and 2. If Extensions member contains at least one element, CRL version is automatically set to 2.

Definition

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

Property Value

Int32

See Also