Click or drag to resize

AdcsAiaUrlEntryRegURI Property

Gets an URL that is formatted as follows: Flags:protocol/ActualURL/options.

for example, an URL can be: 3:http://pki.company.com/AIA/%2_%3%4.crt

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 AIA 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);

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

See Also