Click or drag to resize

X509CRLNumberExtension Constructor (BigInteger, Boolean)

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

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRLNumberExtension(
	BigInteger crlNumber,
	bool critical
)

Parameters

crlNumber
Type: System.NumericsBigInteger
CRL sequential number.
critical
Type: SystemBoolean
True if the extension is critical; otherwise, False.
See Also