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; }

Field Value

CRL number or null (Nothing in VB.NET) if not specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also