EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.WebTunnelAuthentication

TElSimpleSSHClient     See also    


 

Specifies whether authentication is used when connecting to HTTP Proxy server.

 
 

Declaration

[C#]
    TElWebTunnelAuthentication WebTunnelAuthentication;
    TElWebTunnelAuthentication = Int;

[VB.NET]
    Property WebTunnelAuthentication As TElWebTunnelAuthentication
    TElWebTunnelAuthentication As Int;

[Pascal]
    property WebTunnelAuthentication: TElWebTunnelAuthentication

[VB6]
    Property IElSimpleSSHClientX2.WebTunnelAuthentication As TElXWebTunnelAuthentication>

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

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
wtaNoAuthentication = 0 wtaNoAuthentication do not authenticate
wtaUseAuthentication = 1 wtaRequiresAuthentication authenticate using UserId and Password
wtaDigest = 2 wtaDigest authenticate using Digest mechanism
wtaNTLM = 3 wtaNTLM authenticate using NTLM ("Windows Integrated authentication")
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 HTTP Proxy server. The methods supported are "do not authenticate" and "authenticate using UserId and Password".
    This property is used only when UseWebTunneling is set.
    Default value is wtaNoAuthentication.

 
 

See also:     UseWebTunneling     WebTunnelUserId     WebTunnelPassword    

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