共用方式為


OAuthOptions.Events 屬性

定義

取得或設定 OAuthEvents 用來處理驗證事件的 。

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

屬性值

適用於