Message in Japanese (日本語)
ChannelFactory の構築時、HttpTransportBindingElement ('<var>X</var>') の AuthenticationScheme プロパティに指定された値は許可されません。標準のバインディングを使用した場合は、ClientCredentialType が、クライアントで無効な値である HttpClientCredentialType.InheritedFromHost に設定されていないことを確認してください。HttpTransportBindingElement の '<var>X</var>' に値を直接設定する場合は、ダイジェスト、ネゴシエート、NTLM、基本、または匿名に設定してください。
Unlocalized message
The value specified for the AuthenticationScheme property on the HttpTransportBindingElement ('<var>X</var>') is not allowed when building a ChannelFactory. If you used a standard binding, ensure the ClientCredentialType is not set to HttpClientCredentialType.InheritedFromHost, a value which is invalid on a client. If you set the value to '<var>X</var>' directly on the HttpTransportBindingElement, please set it to Digest, Negotiate, NTLM, Basic, or Anonymous.
Search by Google