EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2WebTunnelOptions.Authentication

TElAS2WebTunnelOptions     See also    


 

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

 
 

Declaration

[C#]
    TElWebTunnelAuthentication Authentication;
    TElWebTunnelAuthentication = Int;

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

[Pascal]
    property Authentication: TElWebTunnelAuthentication

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[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".

 
 

See also:     Enabled     UserId     Password    

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