Udostępnij za pośrednictwem


IssuedTokenClientCredential.IssuerChannelBehaviors Właściwość

Definicja

Pobiera kolekcję zachowań kanału wystawcy.

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

Wartość właściwości

A Dictionary<TKey,TValue> z IEndpointBehaviors.

Uwagi

Klucze słownika to identyfikatory URI usług tokenu zabezpieczającego, z którymi klient chce się komunikować. Wpis dla każdego identyfikatora URI jest KeyedByTypeCollection<TItem> zachowaniem punktu końcowego używanym przez aplikację w kanałach utworzonych przez usługę WCF w celu pobrania wystawionych tokenów z usług tokenów zabezpieczających.

Dotyczy