Share via


IssuedSecurityTokenProvider.IssuerChannelBehaviors Propriedade

Definição

Obtém os comportamentos do canal do emissor.

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

Valor da propriedade

Um KeyedByTypeCollection<TItem> que contém os comportamentos do canal emissor.

Comentários

Esses comportamentos de canal são adicionados ao canal usado pelo provedor de token para o SecurityTokenService. A chave dessa coleção é a URL do serviço de token de segurança.

Aplica-se a