Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.Username

TElSSHBaseClient     See also     


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


This property specifies the client's user name

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Username : string;

[C++]
    void get_Username(std::string &OutResult);
    void set_Username(const std::string &Value);

[PHP]
    string get_Username()
    void set_Username(string $Value)

[Java]
    not available

Description

Set this property before opening the SSH connection. It should contain the valid user name which is used to log in to the server.

See also:     Password     ClientUserName    

Discuss this help topic in SecureBlackbox Forum