public AIA(
string regUri
)
Public Sub New (
regUri As String
)
public:
AIA(
String^ regUri
)
new :
regUri : string -> AIA
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.
ArgumentNullException | The regUri parameter is null or empty. |
FormatException | The string in the regUri parameter does not match required pattern. |