EnrollmentPolicyServerPropertyFlags enumeration (certenroll.h)
-
- 2 minutes to read
The EnrollmentPolicyServerPropertyFlags enumeration specifies the default policy server. It is used by the Initialize method on the ICertPropertyEnrollmentPolicyServer interface.
Syntax
typedef enum EnrollmentPolicyServerPropertyFlags {
DefaultNone,
DefaultPolicyServer
} ;
Constants
Name |
Description |
DefaultNone |
No default policy server URL has been specified. |
DefaultPolicyServer |
The policy server URL returned by GetPolicyServerUrl is the default value when an URL has not been specified. |
Requirements
|
|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
certenroll.h |
See also
ICertPropertyEnrollmentPolicyServer
Initialize