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