Share via


<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.

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.

<system.serviceModel>

  <behaviors>

    <endpointBehaviors>

      <behavior> of <endpointBehaviors>

        <clientCredentials>

          <issuedToken>

                                    
                                    <issuerChannelBehaviors/>
                                

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

<add> for <issuerChannelBehaviors>

Adds a behavior to the collection.

Parent Elements


Element Description

<issuedToken>

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

See Also

Other Resources

Security Behaviors in Windows Communication Foundation
Federation and Issued Tokens

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.