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