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.
 
    Namespace: 
   PKI.CertificateServices
    Assembly:
   SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic short[] Flags { get; }Public ReadOnly Property Flags As Short()
	Get
public:
property array<short>^ Flags {
	array<short>^ get ();
}member Flags : int16[] with get
Property Value
Type: 
Int16
RemarksWindows Server 2003 and higher: you cannot deifne custom CRT file publication URLs.
See Also