Condividi tramite


JwtBearerOptions.Events Proprietà

Definizione

Oggetto fornito dall'applicazione per elaborare eventi generati dal middleware di autenticazione della connessione. L'applicazione può implementare completamente l'interfaccia oppure può creare un'istanza di JwtBearerAuthenticationEvents e assegnare delegati solo agli eventi che vuole elaborare.

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

Valore della proprietà

Si applica a