JwtBearerOptions.Events 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.
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