<issuerChannelBehaviors> 項目
包含 Windows Communication Foundation (WCF) 用戶端端點行為 (於組態中定義) 的集合,與指定的服務權杖服務通訊時,會使用此行為。定義的行為不能包含任何 <clientCredentials> 項目。
結構描述階層
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors> 的 <behavior>
<clientCredentials>
<issuedToken>
<issuerChannelBehaviors> 項目
語法
<issuerChannelBehaviors>
<add behaviorConfiguraton="string"
issuerAddress="string" />
</issuerChannelBehaviors>
屬性和元素
下列各節說明屬性、子項目和父項目。
屬性
無。
項目子系
項目 | 描述 |
---|---|
將行為新增至集合中。 |
父項目
項目 | 描述 |
---|---|
指定用來向服務驗證用戶端的自訂權杖。 |
備註
當在必須使用任何行為 (包含 <clientCredentials> 項目之行為以外的任何行為) 與服務進行通訊時,請使用此項目。例如,是否一定會包含 <dataContractSerializer> 行為項目。
另請參閱
參考
IssuerChannelBehaviors
IssuedTokenClientBehaviorsElement
IssuedTokenClientBehaviorsElementCollection
IssuerChannelBehaviors
其他資源
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