Share via


IssuedTokenClientCredential.IssuerChannelBehaviors Vlastnost

Definice

Získá kolekci chování kanálu vystavitele.

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))

Hodnota vlastnosti

A Dictionary<TKey,TValue> of IEndpointBehaviors.

Poznámky

Klíče slovníku jsou identifikátory URI služeb tokenů zabezpečení, se kterými chce klient komunikovat. Položka pro každý identifikátor URI je KeyedByTypeCollection<TItem> chování koncového bodu, které aplikace používá v kanálech vytvořených wcf k získání vydaných tokenů ze služby tokenů zabezpečení.

Platí pro