다음을 통해 공유


<issuerChannelBehaviors> 요소

지정한 서비스 토큰 서비스와 통신할 때 사용할 구성에 정의된 WCF(Windows Communication Foundation) 클라이언트 끝점 동작 컬렉션을 포함합니다. 정의된 동작에는 <clientCredentials> 요소가 포함될 수 없습니다.

스키마 계층

<system.serviceModel>
  <behaviors>
    <endpointBehaviors>
      <endpointBehaviors>의 <behavior>
        <clientCredentials>
          <issuedToken>
            <issuerChannelBehaviors> 요소

구문

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

특성 및 요소

다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

특성

없음

자식 요소

요소 설명

<issuerChannelBehaviors>의 <add>

동작을 컬렉션에 추가합니다.

부모 요소

요소 설명

<issuedToken>

서비스에 대해 클라이언트를 인증할 때 사용되는 사용자 지정 토큰을 지정합니다.

설명

<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