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<Uri,KeyedByTypeCollection<IEndpointBehavior>>

Dictionary<TKey,TValue>IEndpointBehavior

備註

字典索引鍵是用戶端要與其通訊之安全性權杖服務的 URI。 每個 URI 的專案都是 KeyedByTypeCollection<TItem> 應用程式在 WCF 建立的通道中用來從安全性權杖服務取得已發行權杖的端點行為。

適用於