<policyImporter>

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

Schema Hierarchy

<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

Reference

PolicyImporterElementCollection
PolicyImporterElement
MetadataElement
MetadataImporter

Other Resources

WCF Client Configuration
Clients