Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.Password

TElClientIndySSHTransport     See also     


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


Specifies the user's password on server

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Password : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

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

See also:     Username    

Discuss this help topic in SecureBlackbox Forum