Partager via


JwtBearerOptions.Events Propriété

Définition

Objet fourni par l’application pour traiter les événements déclenchés par le gestionnaire d’authentification du porteur. L’application peut implémenter entièrement l’interface, ou créer un instance de JwtBearerEvents et affecter des délégués uniquement aux événements qu’elle souhaite traiter.

public:
 property Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerEvents ^ Events { Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerEvents ^ value); };
public Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerEvents with get, set
Public Property Events As JwtBearerEvents

Valeur de propriété

S’applique à