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