Discuss this help topic in SecureBlackbox Forum

TElAS2SocksOptions.SocksAuthentication

TElAS2SocksOptions     See also     


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


Specifies whether authentication is used when connecting to SOCKS server.

Declaration

[C#/Java]
    TElSocksAuthentication SocksAuthentication;
    TElSocksAuthentication = int;

[VB.NET]
    Property SocksAuthentication As TElSocksAuthentication
    TElSocksAuthentication As Integer;

[Pascal]
    property SocksAuthentication: TElSocksAuthentication;

[C++]
    not available

[PHP]
    not available

Values:


Description

    This property specifies the method of authentication to be used with the SOCKS server. The methods supported are "do not authenticate" and "authenticate using UserCode and Password".

See also:     Enabled     UserCode     Password    

Discuss this help topic in SecureBlackbox Forum