<clientCredentials> 要素の <windows>
クライアントを表すために使用される Windows 資格情報の設定を指定します。
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors> の <behavior>
<clientCredentials>
<userNameAuthentication>
<windows
allowedImpersonationLevel="Identification/Impersonation/Delegation/Anonymous/None"
allowNtlm="Boolean"
/>
属性および要素
属性
属性 | 説明 |
---|---|
allowedImpersonationLevel |
クライアントがサーバーと通信する偽装設定を設定します。クライアントが選択する偽装モードは、サーバーでは適用されません。有効な値は次のとおりです。
既定値は Identification です。この属性は TokenImpersonationLevel 型です。 |
allowNtlm |
このプロパティを true に設定すると、Kerberos 認証を利用できない場合に NTLM 認証にダウングレードできます。 このプロパティを false に設定すると、NTLM が使用されていれば、Windows Communication Foundation (WCF) はベスト エフォートで例外をスローするようになります。ただし、このプロパティを false に設定しても、ネットワーク経由で NTLM 資格情報が送信されなくなるとは限りません。 |
子要素
なし。
親要素
要素 | 説明 |
---|---|
サービスに対するクライアントの認証に使用される資格情報を指定します。 |
関連項目
リファレンス
WindowsClientElement
ClientCredentialsElement
ClientCredentials
Windows
ClientCredentials
Windows
WindowsClientCredential
その他の技術情報
Securing Clients
Working with Certificates
Securing Services and Clients