AdcsAiaUrlEntry Constructor |
Initializes a new instance of the AIA class using URL string.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public AdcsAiaUrlEntry(
string regUri
)
Public Sub New (
regUri As String
)
public:
AdcsAiaUrlEntry(
String^ regUri
)
new :
regUri : string -> AdcsAiaUrlEntry
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 Exception | Condition |
---|
ArgumentNullException | The regUri parameter is null or empty. |
FormatException | The 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