Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SAFER_POLICY_INFO_CLASS enumeration type defines the ways in which a policy may be queried.
Syntax
typedef enum _SAFER_POLICY_INFO_CLASS {
SaferPolicyLevelList = 1,
SaferPolicyEnableTransparentEnforcement,
SaferPolicyDefaultLevel,
SaferPolicyEvaluateUserScope,
SaferPolicyScopeFlags,
SaferPolicyDefaultLevelFlags,
SaferPolicyAuthenticodeEnabled
} SAFER_POLICY_INFO_CLASS;
Constants
SaferPolicyLevelListValue: 1 Queries for the list of all levels defined in a policy. |
SaferPolicyEnableTransparentEnforcementQueries for the policy value to determine whether DLL checking is enabled. |
SaferPolicyDefaultLevelQueries for the default policy level. |
SaferPolicyEvaluateUserScopeQueries to determine whether user scope rules should be consulted during policy evaluation. |
SaferPolicyScopeFlagsQueries to determine whether the policy is to skip members of the local administrators group. |
SaferPolicyDefaultLevelFlags |
SaferPolicyAuthenticodeEnabled |
Remarks
The SAFER_POLICY_INFO_CLASS enumeration type is used by the SaferGetPolicyInformation function.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | winsafer.h |