次の方法で共有


<policyImporter>

バインディングに関するカスタム ポリシー アサーションのインポートを制御するポリシー インポータを指定します。

<system.serviceModel>
  <client>
    <metadata>
      <policyImporters>
        <policyImporter>

<metadata>
   <policyImporters>
      <policyImporter type="string" />
   </policyImporters>
</metadata>

属性および要素

属性

属性 説明

type

この要素の型です。

子要素

なし

親要素

要素 説明

<policyImporters>

バインディングに関するカスタム ポリシー アサーションのインポートを制御するすべてのポリシー インポートを指定します。

解説

ポリシー インポータは、バインディング機能についてのカスタム ポリシー アサーションの検索、およびアサーションで必要となる機能を実装するカスタム バインディング要素の結び付けに使用されます。

関連項目

リファレンス

PolicyImporterElementCollection
PolicyImporterElement
MetadataElement
MetadataImporter

その他の技術情報

WCF Client Configuration
Clients