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