Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EnrollmentPolicyServerPropertyFlags enumeration (certenroll.h)
The EnrollmentPolicyServerPropertyFlags enumeration specifies the default policy server. It is used by the Initialize method on the ICertPropertyEnrollmentPolicyServer interface.
Syntax
typedef enum EnrollmentPolicyServerPropertyFlags {
DefaultNone = 0,
DefaultPolicyServer = 0x1
} ;
Constants
DefaultNoneValue: 0 No default policy server URL has been specified. |
DefaultPolicyServerValue: 0x1 The policy server URL returned by GetPolicyServerUrl is the default value when an URL has not been specified. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | certenroll.h |
See also
Feedback
Was this page helpful?
