IssuedTokenClientCredential.LocalIssuerChannelBehaviors Vlastnost

Definice

Získá kolekci chování kanálu místního vystavitele.

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)

Hodnota vlastnosti

KeyedByTypeCollection<IEndpointBehavior>

A KeyedByTypeCollection<TItem> of IEndpointBehaviors.

Příklady

Tento kód ukazuje, jak nastavit tuto vlastnost.

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

Poznámky

Toto je KeyedByTypeCollection<TItem> chování koncových bodů, které aplikace používá v kanálech vytvořených wcf k získání vydaných tokenů z místní služby tokenů zabezpečení.

Platí pro