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