Share via


EasClientSecurityPolicy.CheckCompliance Method

Definition

Note

EasClientSecurityPolicy may be unavailable for releases after Windows 10.

Evaluates the EAS policies.CheckCompliance is called by a UWP app for mail any time the app wants to evaluate whether the local computer is compliant to the given EAS policies. Because this call doesn't involve any UI interactions, it is a synchronous call.

public:
 virtual EasComplianceResults ^ CheckCompliance() = CheckCompliance;
EasComplianceResults CheckCompliance();
public EasComplianceResults CheckCompliance();
function checkCompliance()
Public Function CheckCompliance () As EasComplianceResults

Returns

Returns the results of the compliance check, in synchronous mode.

Applies to