共用方式為


CookieAuthenticationOptions.Events 屬性

定義

提供者可能會指派至物件的執行個體,其由應用程式在啟動時建立。 處理常式會在提供者上呼叫方法,在發生處理的特定時間點提供應用程式控制項。 若未提供,則會提供呼叫方法時沒有作用的預設執行個體。

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

屬性值

適用於