ListKeysAsync Method
List keysets in a CSP.
Syntax
[VB.NET] Public Function ListKeysAsync() As Task<string>
[C#] public Task<string> ListKeysAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListKeysAsync MethodList keysets in a CSP. Syntax[VB.NET] Public Function ListKeysAsync() As Task<string> [C#] public Task<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. |
||