共用方式為


JwtBearerHandler.Events 屬性

定義

處理常式會在事件上呼叫方法,以在發生處理的特定時間點提供應用程式控制。 若未提供,則會提供呼叫方法時沒有作用的預設執行個體。

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

屬性值

適用於