X509CRLReferenceExtension(String, String, DateTime) Constructor

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.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public X509CRLReferenceExtension(
	string url,
	string crlNumber,
	DateTime thisUpdate
)

Parameters

url  String
A CRL reference URL.
crlNumber  String
A CRL number that is specified in the hexadecimal format.
thisUpdate  DateTime
ThisUpdate value of the referenced CRL

Exceptions

ArgumentException CRL reference number is not in the hexadecimal format.

See Also