VerifySignatureAsync Method
Verifies the signature of the current Message .
Syntax
[VB.NET] Public Function VerifySignatureAsync() As Task
[C#] public Task VerifySignatureAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifySignatureAsync MethodVerifies the signature of the current Message . Syntax[VB.NET] Public Function VerifySignatureAsync() As Task [C#] public Task VerifySignatureAsync(); RemarksThis method is the asynchronous version of the VerifySignature method and is used to support asynchronous operations in WinRT. Please refer to VerifySignature for more information. |
||