Click or drag to resize

CDP Constructor

Initializes a new instance of the CDP class using URL string.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CDP(
	string regUri
)

Parameters

regUri
Type: SystemString
An URL that is formatted as follows: Flags:protocol/ActualURL/options. See RegURI property for variable replacement tokens and Flags property for detailed information about publication Flags.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe regUri parameter is null or empty.
FormatExceptionThe string in the regUri parameter does not match required pattern.
Remarks

Only absolute (local), UNC paths and LDAP:// URLs are supported for CRL file publishing.

Only LDAP:// and HTTP:// URLs are supported for CRL file retrieval.

See Also