AuthScheme
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
Possible Values
None, Basic, Digest, NTLM, Negotiateデータ型
string
デフォルト値
"None"
解説
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
- NTLM: Set this to use your Windows credentials for authentication.
- Basic: Set this to use HTTP Basic authentication.
- Digest: Set this to use HTTP Digest authentication.
- Negotiate: If AuthScheme is set to Negotiate, the 本製品 will negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.