次の方法で共有


<wsHttpBinding> の <transport>

HTTP トランスポートの認証設定を定義します。

<system.serviceModel>
  <bindings>
    <<wsHttpBinding>>
      <binding>
        <wsHttpBinding> の <security>
          <wsHttpBinding> の <transport>

<transport 
      clientCredentialType="Basic/Certificate/Digest/None/Ntlm/Windows"
   proxyCredentialType="Basic/Digest/None/Ntlm/Windows"
   realm="string" />

HttpTransportSecurity

属性および要素

属性

属性 説明

clientCredentialType

サービスに対するクライアントの認証に使用される資格情報を指定します。この属性は HttpClientCredentialType 型です。

proxyCredentialType

ドメイン プロキシに対するクライアントの認証に使用される資格情報を指定します。この属性は HttpProxyCredentialType 型です。

realm

ダイジェストまたは基本認証の認証レルムを指定する文字列。既定値は空の文字列です。

認証レルムでは、少なくとも、認証を実行するホストの名前を指定します。アクセス権のあるユーザーのコレクションも指定できます。ユーザーは、認証レルムを照会して、複数のユーザー名およびパスワードの候補のうち、どれを使用できるかを確認することができます。

子要素

なし。

親要素

要素 説明

<wsHttpBinding> の <security>

<<wsHttpBinding>>のセキュリティ機能を表します。

関連項目

リファレンス

HttpTransportSecurity
Transport
Transport
HttpTransportSecurityElement

概念

<binding>

その他の技術情報

Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients