IssuedSecurityTokenProvider.IssuerChannelBehaviors Propriedade
Definição
Obtém os comportamentos do canal do emissor.Gets the issuer channel behaviors.
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 para o canal emissor.A KeyedByTypeCollection<TItem> that contains the behaviors for the issuer channel.
Comentários
Esses comportamentos de canal são adicionados ao canal usado pelo provedor de token para o SecurityTokenService.These channel behaviors are added to the channel used by the token provider for the SecurityTokenService. A chave para essa coleção é a URL do serviço de token de segurança.The key for this collection is the URL of the security token service.