Partager via


JwtBearerHandler.Events Propriété

Définition

Le gestionnaire appelle des méthodes sur les événements qui donnent à l’application le contrôle à certains points où le traitement a lieu. En l'absence de spécification, une instance par défaut est fournie, qui n'exécute aucune action lors de l'appel des méthodes.

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

Valeur de propriété

S’applique à