Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds an endpoint behavior to be used when communicating with an STS.
Note: |
|---|
If any endpoint behavior contains a <clientCredentials> element, an exception will be thrown. |
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior> of <endpointBehaviors>
<clientCredentials>
<issuedToken>
<issuerChannelBehaviors> Element
<add issuerAddress="string"
behaviorConfiguraton="string" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
| Attribute | Description |
|---|---|
issuerAddress |
The URI of the security token issuer to communicate with. |
behaviorConfiguration |
The name of an endpoint behavior defined in the same configuration file. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
Contains a collection of Windows Communication Foundation (WCF) client endpoint behaviors to be used when communicating with the specified Service Token Services. |
See Also
Reference
<issuerChannelBehaviors> Element
Other Resources
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.
Note: