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
DefaultNone Value: 0 No default policy server URL has been specified. |
DefaultPolicyServer Value: 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 |