<policyImporter>

Specifies a policy importer that controls the import of custom policy assertions about bindings.

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

Syntax

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

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
type The type of this element.

Child Elements

None

Parent Elements

Element Description
<policyImporters> Specifies all the policy importers that control the import of custom policy assertions about bindings.

Remarks

A policy importer is used to search custom policy assertions about binding features, as well as attach a custom binding element that implements the features the assertion requires.

See also