EasComplianceResults Class

Definition

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Provides the mail app with the results of the evaluation of the EAS security policies. Every policy being evaluated returns an enumerated value indicating the evaluation results against the policy. The evaluations results are encapsulated in the EasComplianceResults object for the caller app to retrieve.

public ref class EasComplianceResults sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.ExchangeActiveSyncProvisioning.EasContract, 65536)]
class EasComplianceResults final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.ExchangeActiveSyncProvisioning.EasContract), 65536)]
public sealed class EasComplianceResults
Public NotInheritable Class EasComplianceResults
Inheritance
Object Platform::Object IInspectable EasComplianceResults
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Security.ExchangeActiveSyncProvisioning.EasContract (introduced in v1.0)

Remarks

An EasComplianceResults object can be returned from a successful CheckCompliance or ApplyAsync call.

Properties

Compliant

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of whether the computer is compliant with the EAS policies.

DisallowConvenienceLogonResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of whether convenience logons are disallowed.

EncryptionProviderType

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Gets the type of the Exchange ActiveSync encryption provider.

MaxInactivityTimeLockResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of the maximum time of inactivity allowed before the computer is locked.

MaxPasswordFailedAttemptsResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of the maximum number of failed password attempts allowed.

MinPasswordComplexCharactersResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of the minimum number of complex password characters required.

MinPasswordLengthResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of the minimum length of the password required.

PasswordExpirationResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of whether the password is expired.

PasswordHistoryResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of the history of passwords.

RequireEncryptionResult

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of whether encryption is required.

Applies to