IssuedSecurityTokenProvider.IssuerChannelBehaviors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les comportements du canal émetteur.
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)
Valeur de propriété
KeyedByTypeCollection<TItem> qui contient les comportements pour le canal émetteur.
Remarques
Ces comportements de canal sont ajoutés au canal utilisé par le fournisseur de jetons pour le SecurityTokenService. La clé pour cette collection est l’URL du service d’émission de jeton de sécurité.