Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SocksAuthentication

TElSimpleSSHClient     See also     


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


Specifies whether authentication is used when connecting to SOCKS server.

Declaration

[C#]
    TElSocksAuthentication SocksAuthentication;

[VB.NET]
    Property SocksAuthentication As TElSocksAuthentication

[Pascal]
    property SocksAuthentication: TElSocksAuthentication;

[C++]
    TElSocksAuthentication get_SocksAuthentication();
    void set_SocksAuthentication(TElSocksAuthentication Value);

[PHP]
    integer get_SocksAuthentication()
    void set_SocksAuthentication(integer $Value)

[Java]
    int getSocksAuthentication();
    void setSocksAuthentication(int Value);

Values:

Description

    This property specifies the method of authentication to use with the SOCKS server. The methods supported are "do not authenticate" and "authenticate using UserCode and Password". This property is used only when UseSocks is set.

See also:     UseSocks     SocksUserCode     SocksPassword    

Discuss this help topic in SecureBlackbox Forum