ListSignaturesAsync Method
Lists all signatures of the current key.
Syntax
[VB.NET] Public Function ListSignaturesAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> ListSignaturesAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListSignaturesAsync MethodLists all signatures of the current key. Syntax[VB.NET] Public Function ListSignaturesAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> ListSignaturesAsync(); RemarksThis method is the asynchronous version of the ListSignatures method and is used to support asynchronous operations in WinRT. Please refer to ListSignatures for more information. |
||