Partager via


IssuedTokenClientCredential.LocalIssuerChannelBehaviors Propriété

Définition

Obtient une collection de comportements du canal de l’émetteur local.

public:
 property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^ LocalIssuerChannelBehaviors { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior> LocalIssuerChannelBehaviors { get; }
member this.LocalIssuerChannelBehaviors : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>
Public ReadOnly Property LocalIssuerChannelBehaviors As KeyedByTypeCollection(Of IEndpointBehavior)

Valeur de propriété

KeyedByTypeCollection<IEndpointBehavior>

KeyedByTypeCollection<TItem> de IEndpointBehaviors.

Exemples

Ce code montre comment définir cette propriété.

SynchronousReceiveBehavior myEndpointBehavior = new SynchronousReceiveBehavior();
itcc.LocalIssuerChannelBehaviors.Add(myEndpointBehavior);

Remarques

Il s’agit d’un KeyedByTypeCollection<TItem> comportement de point de terminaison que l’application utilise dans les canaux créés par WCF pour obtenir les jetons émis à partir du service local de jeton de sécurité.

S’applique à