EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.ClientUserName

TElSimpleSSHClient     See also    


 

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

 
 

Declaration

[C#]
    string ClientUsername;

[VB.NET]
    Property ClientUsername As String

[Pascal]
    property ClientUserName : string;

[VB6]
    Property IElSimpleSSHClientX.ClientUserName As String

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.ClientUserName([out, retval] BSTR * Value );
    HRESULT _stdcall IElSimpleSSHClientX.ClientUserName([in] BSTR Value );

[DLL]
    not implemented;
 
 

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

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation