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