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.0.1
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