Discuss this help topic in SecureBlackbox Forum

TElSSHServer.UserName

TElSSHServer     


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


This read-only property specifies the user name of the connected client

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property UserName : string;

[C++]
    not available

[PHP]
    not available

[Java]
    String getUserName();

Description

    This property contains the username, presented by connected SSH client. Username is used for authentication.

Discuss this help topic in SecureBlackbox Forum