Gets the CRL number if appropriate extension is present.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property CrlNumber As Nullable(Of Integer) Get |
C# |
---|
public Nullable<int> CrlNumber { get; } |