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