EasComplianceResults class
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.
Syntax
public ref class EasComplianceResults sealed : Object
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The EasComplianceResults class has these types of members:
Methods
The EasComplianceResults class inherits methods from the Object class (C#/VB/C++).
Properties
The EasComplianceResults class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Returns the result of whether the computer is compliant with the EAS policies. | |
| Read-only | Returns the result of whether convenience logons are disallowed. | |
| Read-only | Returns the result of the maximum time of inactivity allowed before the computer is locked. | |
| Read-only | Returns the result of the maximum number of failed password attempts allowed. | |
| Read-only | Returns the result of the minimum number of complex password characters required. | |
| Read-only | Returns the result of the minimum length of the password required. | |
| Read-only | Returns the result of whether the password is expired. | |
| Read-only | Returns the result of the history of passwords. | |
| Read-only | Returns the result of whether encryption is required. |
Remarks
An EasComplianceResults object can be returned from a successful CheckCompliance or ApplyAsync call.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
