IssuedTokenClientCredential.IssuerChannelBehaviors Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.