CookieAuthenticationOptions.Events 屬性

定義

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

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

屬性值

適用於