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