DecryptAndVerifySignatureAsync Method
Decrypts and verifies the signature of the current Message .
Syntax
[VB.NET] Public Function DecryptAndVerifySignatureAsync() As Task
[C#] public Task DecryptAndVerifySignatureAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DecryptAndVerifySignatureAsync MethodDecrypts and verifies the signature of the current 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. |
||