IssuedSecurityTokenProvider.IssuerChannelBehaviors Propiedad

Definición

Obtiene los comportamientos del canal 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

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

Comentarios

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

Se aplica a