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
)
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
- 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 Exception | Condition |
---|
ArgumentException |
CRL reference number is not in the hexadecimal format.
|
See Also