IssuedTokenClientCredential.IssuerChannelBehaviors 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
발급자 채널 동작의 컬렉션을 가져옵니다.
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<TKey,TValue>의 IEndpointBehavior입니다.
설명
사전 키는 클라이언트가 통신하려고 하는 보안 토큰 서비스의 URI입니다. 각 URI에 대 한 항목을 KeyedByTypeCollection<TItem> 애플리케이션이 보안 토큰 서비스에서 발급 된 토큰을 가져오기 위해 WCF에서 만든 채널에서 사용 하는 엔드포인트 동작입니다.