EasClientSecurityPolicy.CheckCompliance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.