X509CRLNumberExtension(BigInteger, Boolean) Constructor

Initializes a new instance of the X509CRLNumberExtension class from CRL sequential number and a value that identifies whether the extension is critical.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CRLNumberExtension(
	BigInteger crlNumber,
	bool critical
)

Parameters

crlNumber  BigInteger
CRL sequential number.
critical  Boolean
True if the extension is critical; otherwise, False.

See Also