Click or drag to resize

AdcsCdpUrlEntryRegURI Property

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.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public string RegURI { get; }

Property Value

Type: String
Remarks
The following replacement tokens are defined for CDP URL variables:

%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).

See Flags property for flag definitions.

See Also