Creates a certificate revocation list from an ASN.1 block.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	crl As Byte() _
)
C#
public CertificateRevocationList(
	byte[] crl
)

Parameters

crl
Type: array<System..::..Byte>[]()[][]
ASN.1 block.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also