for example, an URL can be: 3:http://pki.company.com/AIA/%2_%3%4.crt
See Remarks for detailed URL structure.public static CertSrvAiaUrlEntry FromRegUri(
string uri
)
Public Shared Function FromRegUri (
uri As String
) As CertSrvAiaUrlEntry
public:
static CertSrvAiaUrlEntry^ FromRegUri(
String^ uri
)
static member FromRegUri :
uri : string -> CertSrvAiaUrlEntry
[Missing <param name="uri"/> documentation for "M:SysadminsLV.PKI.Management.CertificateServices.CertSrvAiaUrlEntry.FromRegUri(System.String)"]
[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.CertificateServices.CertSrvAiaUrlEntry.FromRegUri(System.String)"]
%1 - <ServerDNSName> (The DNS name of the certification authority server).
%2 - <ServerShortName> (The NetBIOS name of the certification authority server).
%3 - <CaName> (The name of the certification authority);
%4 - <CertificateName> (The renewal extension of the certification authority).
%6 - <ConfigurationContainer> (The location of the Configuration container in Active Directory).
%7 - <CATruncatedName> (The "sanitized" name of the certification authority, truncated to 32 characters with a hash on the end).
%11 - <CAObjectClass> - (The object class identifier for a certification authority, used when publishing to an LDAP URL).
See flags property for flag definitions.
ArgumentNullException | The uri parameter is null or empty. |
FormatException | The string in the uri parameter does not match required pattern. |