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.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public X509CRLReferenceExtension(
	string url,
	string crlNumber,
	DateTime thisUpdate
)
Public Sub New ( 
	url As String,
	crlNumber As String,
	thisUpdate As DateTime
)
public:
X509CRLReferenceExtension(
	String^ url, 
	String^ crlNumber, 
	DateTime thisUpdate
)
new : 
        url : string * 
        crlNumber : string * 
        thisUpdate : DateTime -> X509CRLReferenceExtension
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