This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
NotEvaluated | notEvaluated0

The policy is not set for evaluation.

Compliant | compliant1

This computer is compliant to the policy.

HRESULT: S_OK and the user is controlled.

CanBeCompliant | canBeCompliant2

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 | requestedPolicyIsStricter3

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

Windows.Security.ExchangeActiveSyncProvisioning
Windows::Security::ExchangeActiveSyncProvisioning [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.