AuthenticateAsync Method
Authenticates the user.
Syntax
[VB.NET]
Public Function AuthenticateAsync() As Task
[C#]
public Task AuthenticateAsync();
Remarks
This method is the asynchronous version of the
Authenticate method and is used to support asynchronous operations in WinRT. Please refer to
Authenticate for more information.