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.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public int Version { get; set; }

Property Value

Int32

See Also