EasDisallowConvenienceLogonResult enumeration
Results of whether the logon can occur. These values are mapped against the HRESULT codes returned from the EAS policy engine.
Syntax
var value = Windows.Security.ExchangeActiveSyncProvisioning.EasDisallowConvenienceLogonResult.notEvaluated;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The EasDisallowConvenienceLogonResult enumeration has these members.
| Member | Value | Description |
|---|---|---|
| NotEvaluated | notEvaluated | 0 |
The policy is not set for evaluation. |
| Compliant | compliant | 1 |
This computer is compliant to the policy. HRESULT: S_OK and the user is controlled. |
| CanBeCompliant | canBeCompliant | 2 |
This computer can be compliant by using the ApplyAsync method. HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is an admin. HRESULT: S_OK but the user is not controlled. |
| RequestedPolicyIsStricter | requestedPolicyIsStricter | 3 |
The requested policy is stricter than the computer policies. HRESULT: EAS_E_POLICY_COMPLIANT_WITH_ACTIONS and the user is not an admin. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
