Click or drag to resize

AIA Constructor

Initializes a new instance of the AIA 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 AIA(
	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 CRT file publishing.

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

See Also