DecryptAndVerifySignatureAsync Method
Decrypts and verifies the signature of the message.
Syntax
[VB.NET] Public Function DecryptAndVerifySignatureAsync() As Task
[C#] public Task DecryptAndVerifySignatureAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DecryptAndVerifySignatureAsync MethodDecrypts and verifies the signature of the message. Syntax[VB.NET] Public Function DecryptAndVerifySignatureAsync() As Task [C#] public Task DecryptAndVerifySignatureAsync(); RemarksThis method is the asynchronous version of the DecryptAndVerifySignature method and is used to support asynchronous operations in WinRT. Please refer to DecryptAndVerifySignature for more information. |
||