ListSubkeys Method
Lists the subkeys of the currently selected key.
Syntax
[VB.NET] Public Function ListSubkeys() As String
[C#] public string ListSubkeys();
Remarks
This method lists all subkeys of current key. The SubkeyList event will be fired for each subkey.
SubkeyList data will also be returned from this method, however it is recommended to use the SubkeyList event if possible.
NOTE: This method has a corresponding asynchronous version (ListSubkeysAsync) for use in the Xamarin environment.