Partager via


JwtBearerOptions.Events Propriété

Définition

Objet fourni par l'application pour traiter les événements déclenchés par l'intergiciel (middleware) d'authentification de support. L’application peut implémenter entièrement l’interface ou créer un instance de JwtBearerAuthenticationEvents et affecter des délégués uniquement aux événements qu’elle souhaite traiter.

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

Valeur de propriété

S’applique à