Click or drag to resize

X509CRLReferenceExtension Constructor (String, String, DateTime)

Initializes a new instance of the X509CRLReferenceExtension class using a CRL reference URL, CRL reference number and ThisUpdate value of the referenced CRL that identifies extension settings.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRLReferenceExtension(
	string url,
	string crlNumber,
	DateTime thisUpdate
)

Parameters

url
Type: SystemString
A CRL reference URL.
crlNumber
Type: SystemString
A CRL number that is specified in the hexadecimal format.
thisUpdate
Type: SystemDateTime
ThisUpdate value of the referenced CRL
Exceptions
ExceptionCondition
ArgumentException CRL reference number is not in the hexadecimal format.
See Also