<ws2007HttpBinding> の <transport>
HTTP トランスポートの認証設定を定義します。
<system.serviceModel>
<bindings>
<ws2007HttpBinding>
<binding>
<ws2007HttpBinding> の <security>
<ws2007HttpBinding> の <transport>
transport clientCredentialType =
"Basic/Certificate/Digest/None/Ntlm/Windows"
proxyCredentialType="Basic/Digest/None/Ntlm/Windows"
realm="string"
属性および要素
属性
属性 | 説明 |
---|---|
clientCredentialType |
サービスに対するクライアントの認証に使用される資格情報を指定します。この属性は HttpClientCredentialType 型です。 |
proxyCredentialType |
ドメイン プロキシに対するクライアントの認証に使用される資格情報を指定します。この属性は HttpProxyCredentialType 型です。 |
realm |
ダイジェスト認証または基本認証の認証レルム。既定値は空の文字列です。 認証レルムでは、少なくとも、認証を実行するホストの名前を指定します。アクセス権のあるユーザーのコレクションも指定できます。ユーザーは、認証レルムを照会して、複数のユーザー名とパスワードの候補のうち、どれを使用できるかを確認できます。 |
子要素
なし
親要素
要素 | 説明 |
---|---|
<ws2007HttpBinding> 要素のセキュリティ機能を表します。 |
関連項目
リファレンス
HttpTransportSecurity
Transport
Transport
WSHttpTransportSecurityElement
概念
その他の技術情報
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients