Click or drag to resize

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
)

Parameters

urls
Type: SystemString
An array of Delta CRL URLs.
Exceptions
ExceptionCondition
ArgumentNullExceptionurl> parameter is null.
See Also