IssuedTokenClientCredential.IssuerChannelBehaviors Eigenschap

Definitie

Hiermee haalt u een verzameling gedrag van het verlenerkanaal op.

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

Waarde van eigenschap

Een Dictionary<TKey,TValue> of IEndpointBehaviors.

Opmerkingen

De woordenlijstsleutels zijn de URI's van de beveiligingstokenservices waarmee de client wil communiceren. De vermelding voor elke URI is een KeyedByTypeCollection<TItem> eindpuntgedrag dat door de toepassing wordt gebruikt in de kanalen die door WCF zijn gemaakt om de uitgegeven tokens op te halen uit de beveiligingstokenservices.

Van toepassing op