EasClientSecurityPolicy.ApplyAsync Method

Definition

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.

Applies to