X509EnrollmentPolicyLoadOption enumeration
The X509EnrollmentPolicyLoadOption enumeration is used by the LoadPolicy method on the IX509EnrollmentPolicyServer interface to specify how to retrieve policy from the policy server.
Syntax
typedef enum { LoadOptionDefault = 0, LoadOptionCacheOnly = 1, LoadOptionReload = 2, LoadOptionRegisterForADChanges = 4 } X509EnrollmentPolicyLoadOption;
Constants
- LoadOptionDefault
-
Reload if the cache has expired.
- LoadOptionCacheOnly
-
Always load from the cache even if it has expired.
- LoadOptionReload
-
Always reload.
- LoadOptionRegisterForADChanges
-
Registers a thread to update a sequence number if there are changes to the template or the certification authority container. This value applies only to an Active Directory policy server.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012