AIA Constructor

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

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public AIA(
	string regUri
)

Parameters

regUri  String
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.

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.

Exceptions

ArgumentNullExceptionThe regUri parameter is null or empty.
FormatExceptionThe string in the regUri parameter does not match required pattern.

See Also