Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ClientUserName

TElSimpleSSHClient     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++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Set this property before calling the Open method to specify the user's login name on local (client) machine. User's local login name is required by some of the 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