IssuedTokenClientCredential.IssuerChannelBehaviors Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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í.