Share via


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<TKey,TValue>IEndpointBehavior

注釈

ディクショナリ キーは、クライアントの通信相手となるセキュリティ トークン サービスの URI です。 各 URI のエントリは、 KeyedByTypeCollection<TItem> セキュリティ トークン サービスから発行されたトークンを取得するために WCF によって作成されたチャネルでアプリケーションが使用するエンドポイント動作の です。

適用対象