Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyClient.List

TElSSHPublicKeyClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns list of keys from the server.

Declaration

[C#]
    void List();

[VB.NET]
    Sub List()

[Pascal]
    procedure List;

[C++]
    void List();

[PHP]
    void List()

[Java]
    void list();

Description

    Call this method to get list of public keys from the server. This method is asynchronous and returns execution to the program at once it was called. After the request was processed, the OnPublicKey event is fired 0 or more times passing one more key each time. After all the keys are passed to the user the OnStatus event is fired which returns listing results.

See also:     Add     Remove     ListAttributes    

Discuss this help topic in SecureBlackbox Forum