<issuerChannelBehaviors> 的 <add>

新增與 STS 通訊時要使用的端點行為。

Aa734724.note(zh-tw,VS.90).gif注意:
如果有任何端點行為包含 <clientCredentials> 項目,則會擲回例外狀況。

<<system.serviceModel>>
  <behaviors>
    <endpointBehaviors>
      <endpointBehaviors> 的 <behavior>
        <clientCredentials>
          <issuedToken>
            <issuerChannelBehaviors> 項目
              <issuerChannelBehaviors> 的 <add>

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

屬性和項目

屬性

屬性 描述

issuerAddress

要與其進行通訊之安全性權杖發行者的 URI。

behaviorConfiguration

相同組態檔中定義之端點行為的名稱。

子項目

無。

父項目

項目 描述

<issuerChannelBehaviors> 項目

包含要在與特定安全性權杖服務通訊時使用的 Windows Communication Foundation (WCF) 用戶端端點行為集合。

備註

issuerAddress 包含用戶端想要進行通訊之安全性權杖服務的 URI。behaviorConfiguration 會指向一個端點行為,而應用程式會在 Windows Communication Foundation (WCF) 建立的通道中使用該行為取得安全性權杖服務發出的權杖。

請參閱

參考

<issuerChannelBehaviors> 項目
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