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.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int Version { get; set; }
Public Property Version As Integer
Get
Set
public:
property int Version {
int get ();
void set (int value);
}
member Version : int with get, set
Property Value
Type:
Int32See Also