AIAFlags Property

Gets URL publication Flags. The following Flags (or combination) may be used:

1 - Instructs CA to publish CRT file to this location (see Remarks).

2 - Instructs CA to include specified URL to all issued certificate's Authority Information Access extension.

32 - Instructs CA to include specified URL to all issued certificate's Authority Information Access extension as a OCSP Locator.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public short[] Flags { get; }

Property Value

Int16

Remarks

Windows Server 2003 and higher: you cannot deifne custom CRT file publication URLs.

See Also