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