Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ClientUsername

TElSSHBaseClient     See also     


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


This property specifies the client's username on the client's machine

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ClientUsername : string;

[C++]
    void get_ClientUsername(std::string &OutResult);
    void set_ClientUsername(const std::string &Value);

[PHP]
    string get_ClientUsername()
    void set_ClientUsername(string $Value)

[Java]
    not available

Description

Set this property before opening connection to specify the user's login name on the local (client) machine. User's local login name is required by some authentication types. You don't have to set this property if you're using only password authentication (most commonly used).

See also:     ClientHostName     AuthenticationTypes    

Discuss this help topic in SecureBlackbox Forum