AuthenticateAsync Method
Authenticates the user.
Syntax
[VB.NET] Public Function AuthenticateAsync() As IAsyncAction
[C#] public IAsyncAction AuthenticateAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AuthenticateAsync MethodAuthenticates the user. Syntax[VB.NET] Public Function AuthenticateAsync() As IAsyncAction [C#] public IAsyncAction AuthenticateAsync(); RemarksThis 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. |
||