EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Password

TElSimpleSSHClient     See also    


 

Specifies the user's password on the server

 
 

Declaration

[C#]
    string Password;

[VB.NET]
    Property Password As String

[Pascal]
    property Password : string;

[VB6]
    Property IElSimpleSSHClientX.Password As String

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

[DLL]
    not implemented;
 
 

Description

    Set this property before calling the Open method. It should contain the user's password. If the password is invalid, the OnAuthenticationFailed with AuthenticationType parameter set to SSH_AUTH_TYPE_PASSWORD will be fired and the connection will be closed.

 
 

See also:     Username RequestPasswordChange     OnPasswordChangeRequest    

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