EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksAuthentication

TElSimpleSSHClient     See also    


 

Specifies whether authentication is used when connecting to SOCKS server.

 
 

Declaration

[C#]
    TElSocksAuthentication SocksAuthentication;

[VB.NET]
    Property SocksAuthentication As TElSocksAuthentication

[Pascal]
    property SocksAuthentication: TElSocksAuthentication;

[VB6]
    Property IElSimpleSSHClientX2.SocksAuthentication As TElXSocksAuthentication

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.SocksAuthentication([in] TElXSocksAuthentication Value );
    HRESULT _stdcall IElSimpleSSHClientX2.SocksAuthentication([out, retval] TElXSocksAuthentication * Value );

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
saNoAuthentication = 0 saNoAuthentication do not authenticate
saUserCode = 1 saUsercode authenticate using UserCode and Password
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSocket
Assembly: BaseBlackbox
Unit: SBSocket Module: BaseBBox.dll

 
 

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    

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