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