EasClientSecurityPolicy.ApplyAsync 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.
Applies the EAS policies in asynchronous mode once the user consents.ApplyAsync is called by a UWP app for mail any time the app wants to make the local computer compliant.
public:
virtual IAsyncOperation<EasComplianceResults ^> ^ ApplyAsync() = ApplyAsync;
IAsyncOperation<EasComplianceResults> ApplyAsync();
public IAsyncOperation<EasComplianceResults> ApplyAsync();
function applyAsync()
Public Function ApplyAsync () As IAsyncOperation(Of EasComplianceResults)
Returns
Returns the evaluation of the callback results, in asynchronous mode, back to the calling app.