ProxyAuthScheme
Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
Possible Values
BASIC, DIGEST, NONE, NEGOTIATE, NTLMData Type
string
Default Value
"BASIC"
Remarks
Supported authentication types :
- BASIC: The driver performs HTTP basic authentication.
- DIGEST: The driver performs HTTP digest authentication.
- NTLM: The driver retrieves an NTLM token.
- NEGOTIATE: The driver retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
- NONE: Signifies that the ProxyServer does not require authentication.
For all values other than NONE, you must also set the ProxyUser and ProxyPassword connection properties.
If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.