IX509PolicyServerUrl::put_Flags method (certenroll.h)

The Flags property specifies or retrieves a value that indicates whether the certificate enrollment policy (CEP) server policy information can be loaded from group policy, from the registry, or both.

This property is read/write.

Syntax

HRESULT put_Flags(
  PolicyServerUrlFlags Flags
);

Parameters

Flags

Return value

None

Remarks

When the PsfLocationGroupPolicy and PsfLocationRegistry flags are combined, this method reads policy information from the local registry and combines it with policy information specified by group policy.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509PolicyServerUrl