<issuerChannelBehaviors> Element

Contains a collection of Windows Communication Foundation (WCF) client endpoint behaviors (defined in the configuration) to be used when communicating with the specified Service Token Services. The defined behaviors cannot include any <clientCredentials> elements.

Schema Hierarchy

<system.serviceModel>
  <behaviors>
    <endpointBehaviors>
      <behavior> of <endpointBehaviors>
        <clientCredentials>
          <issuedToken>
            <issuerChannelBehaviors> Element

Syntax

<issuerChannelBehaviors>
      <add behaviorConfiguraton="string"
                issuerAddress="string" />
</issuerChannelBehaviors>

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

<add> of <issuerChannelBehaviors>

Adds a behavior to the collection.

Parent Elements

Element Description

<issuedToken>

Specifies a custom token used to authenticate a client to a service.

Remarks

Use this element when any behaviors (other than behaviors that include <clientCredentials> elements) must be used to communicate with a service. For example, if a <dataContractSerializer> behavior element must be included.

See Also

Reference

IssuerChannelBehaviors
IssuedTokenClientBehaviorsElement
IssuedTokenClientBehaviorsElementCollection
IssuerChannelBehaviors

Other Resources

Specifying Service Identity
Security Behaviors in Windows Communication Foundation
Federation and SAML
Securing Services and Clients
Securing Clients
How To: Create a Federated Client
How To: Configure a Local Issuer
Federation and Issued Tokens


© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05