CertificateRevocationList.CrlNumber Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
CrlNumber
Gets the CRL number if appropriate extension is present.
Declaration
public int? CrlNumber { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | CRL number or null (Nothing in VB.NET) if not specified. |