Gets an URL that is formatted as follows: Flags:protocol/ActualURL/options.
for example, an URL can be: 3:http://pki.company.com/CRL/mycacrl.crl%8%9.crl
See Remarks for detailed URL structure.
public static CertSrvCdpUrlEntry FromRegUri(
string uri
)
Public Shared Function FromRegUri (
uri As String
) As CertSrvCdpUrlEntry
public:
static CertSrvCdpUrlEntry^ FromRegUri(
String^ uri
)
static member FromRegUri :
uri : string -> CertSrvCdpUrlEntry
[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.CertificateServices.CertSrvCdpUrlEntry.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).
%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).
%8 - <CRLNameSuffix> (Inserts a name suffix at the end of the file name when publishing a CRL to a file or URL location).
%9 - <DeltaCRLAllowed> (When a delta CRL is published, this replaces the CRLNameSuffix with a separate suffix to distinguish the delta CRL).
%10 - <CDPObjectClass> (The object class identifier for CRL distribution points, used when publishing to an LDAP URL).
%11 - <CAObjectClass> - (The object class identifier for a certification authority, used when publishing to an LDAP URL).
ArgumentException | The uri parameter is null or empty string. |
FormatException | The string in the uri parameter does not match required pattern. |