Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 X509EnrollmentPolicyLoadOption {
LoadOptionDefault = 0,
LoadOptionCacheOnly = 1,
LoadOptionReload = 2,
LoadOptionRegisterForADChanges = 4
} ;
Constants
LoadOptionDefaultValue: 0 Reload if the cache has expired. |
LoadOptionCacheOnlyValue: 1 Always load from the cache even if it has expired. |
LoadOptionReloadValue: 2 Always reload. |
LoadOptionRegisterForADChangesValue: 4 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | certenroll.h |