X509FreshestCRLExtension Constructor (String) |
Initializes a new instance of the X509FreshestCRLExtension class by using array
of URL strings.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509FreshestCRLExtension(
string[] urls
)
Public Sub New (
urls As String()
)
public:
X509FreshestCRLExtension(
array<String^>^ urls
)
new :
urls : string[] -> X509FreshestCRLExtension
Parameters
- urls
- Type: SystemString
An array of Delta CRL URLs.
Exceptions Exception | Condition |
---|
ArgumentNullException | url> parameter is null. |
See Also