IssuedSecurityTokenProvider.IssuerChannelBehaviors Propiedad

Definición

Obtiene los comportamientos del canal del emisor.

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 de propiedad

KeyedByTypeCollection<TItem> que contiene los comportamientos para el canal del emisor.

Comentarios

Estos comportamientos del canal se agregan al canal utilizado por el proveedor del token para SecurityTokenService. La clave para esta colección es la dirección URL del servicio del token de seguridad.

Se aplica a