VerifySignatureAsync Method
Verifies the signature for the specified data.
Syntax
[VB.NET] Public Function VerifySignatureAsync() As Task<bool>
[C#] public Task<bool> VerifySignatureAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifySignatureAsync MethodVerifies the signature for the specified data. Syntax[VB.NET] Public Function VerifySignatureAsync() As Task<bool> [C#] public Task<bool> 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. |
||