IssuedTokenClientCredential.IssuerChannelBehaviors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de comportements de canal émetteur.
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))
Valeur de propriété
A Dictionary<TKey,TValue> de IEndpointBehaviors.
Remarques
Les clés de dictionnaire sont les URI des services de jeton de sécurité avec utilisant le client. L’entrée pour chaque URI est un KeyedByTypeCollection<TItem> des comportements de point de terminaison que l’application utilise dans les canaux créés par WCF pour obtenir les jetons émis à partir des services de jetons de sécurité.