AuthScheme
The scheme used for authentication. Accepted entries are NTLM, Basic, Digest, None, and Negotiate.
Possible Values
WSS, NTLM, Basic, Digest, None, Negotiateデータ型
string
デフォルト値
"WSS"
解説
Together with Password and User, this field is used to authenticate against the server. WSS is the default option. Use the following options to select your authentication scheme:
- None: Set this to use anonymous authentication and connect to the Microsoft Dynamics GP data source without specifying the user credentials.
- WSS: Set this to use WS-SECURITY encryption for SOAP messages.
- NTLM: Set this to use your Windows credentials to authenticate.
- Basic: Set this to use HTTP Basic authentication.
- Negotiate: If AuthScheme is set to NEGOTIATE, the 本製品 will negotiate an authentication mechanism with the server. Set AuthScheme to NEGOTIATE to use Kerberos authentication.
- Digest: Set this to use HTTP Digest authentication.