다음을 통해 공유


IssuedTokenClientCredential.IssuerChannelBehaviors 속성

정의

발급자 채널 동작의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^> ^ IssuerChannelBehaviors { System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^> ^ get(); };
public System.Collections.Generic.Dictionary<Uri,System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>> IssuerChannelBehaviors { get; }
member this.IssuerChannelBehaviors : System.Collections.Generic.Dictionary<Uri, System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>>
Public ReadOnly Property IssuerChannelBehaviors As Dictionary(Of Uri, KeyedByTypeCollection(Of IEndpointBehavior))

속성 값

Dictionary<Uri,KeyedByTypeCollection<IEndpointBehavior>>

Dictionary<TKey,TValue>IEndpointBehavior입니다.

설명

사전 키는 클라이언트가 통신하려고 하는 보안 토큰 서비스의 URI입니다. 각 URI에 대 한 항목을 KeyedByTypeCollection<TItem> 애플리케이션이 보안 토큰 서비스에서 발급 된 토큰을 가져오기 위해 WCF에서 만든 채널에서 사용 하는 엔드포인트 동작입니다.

적용 대상