Click or drag to resize

X509CrossCertificateDistributionPointsExtension Constructor (String, NullableInt32, Boolean)

Initializes a new instance of the X509CrossCertificateDistributionPointsExtension 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 X509CrossCertificateDistributionPointsExtension(
	string[] urls,
	Nullable<int> syncDeltaTime,
	bool critical
)

Parameters

urls
Type: SystemString
An array of CDP URLs.
syncDeltaTime
Type: SystemNullableInt32
The value that specifies the delta between when this location will be refreshed
critical
Type: SystemBoolean
True if the extension is critical; otherwise, False.
Exceptions
ExceptionCondition
ArgumentNullExceptionurls> parameter is null.
See Also