Discuss this help topic in SecureBlackbox Forum

TElSSHClient.UserName

TElSSHClient     See also     


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


This property specifies the client's user name

Declaration

[C#]
    string UserName;

[VB.NET]
    Property UserName As String

[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 calling the Open method. It should contain the valid user name, which is used to log in to server.

See also:     Password     ClientUserName    

Discuss this help topic in SecureBlackbox Forum