Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.UserName

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

[PHP]
    not available

[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