IssuedTokenClientCredential.LocalIssuerChannelBehaviors Propriedade

Definição

Obtém uma coleção de comportamentos do canal local do emissor.

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)

Valor de Propriedade

A KeyedByTypeCollection<TItem> de IEndpointBehaviors.

Exemplos

Este código mostra como definir esta propriedade.

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

Observações

Este é um KeyedByTypeCollection<TItem> dos comportamentos dos endpoints que a aplicação utiliza nos canais criados pelo WCF para obter os tokens emitidos do Security Token Service local.

Aplica-se a