CookieAuthenticationEvents 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許訂閱在 Cookie 驗證期間引發的事件。
public ref class CookieAuthenticationEvents : Microsoft::AspNetCore::Authentication::Cookies::ICookieAuthenticationEvents
public ref class CookieAuthenticationEvents
C#
public class CookieAuthenticationEvents : Microsoft.AspNetCore.Authentication.Cookies.ICookieAuthenticationEvents
C#
public class CookieAuthenticationEvents
type CookieAuthenticationEvents = class
interface ICookieAuthenticationEvents
type CookieAuthenticationEvents = class
Public Class CookieAuthenticationEvents
Implements ICookieAuthenticationEvents
Public Class CookieAuthenticationEvents
- 繼承
-
CookieAuthenticationEvents
- 實作
Cookie |
允許訂閱在 Cookie 驗證期間引發的事件。 |
On |
叫用以檢查 Cookie 是否應該更新。 |
On |
當用戶端需要重新導向至拒絕存取 URL 時叫用。 |
On |
當用戶端需要重新導向至登入 URL 時叫用。 |
On |
當用戶端重新導向至登出時叫用。 |
On |
在登出之後重新導向用戶端時叫用。 |
On |
登入完成後叫用。 |
On |
在登入時叫用。 |
On |
在登出時叫用。 |
On |
叫用以驗證主體。 |
Check |
叫用以檢查 Cookie 是否應該更新。 |
Redirect |
叫用相關的委派方法,以實作 介面方法。 |
Redirect |
當用戶端重新導向至拒絕存取 URL 時叫用。 |
Redirect |
叫用相關的委派方法,以實作 介面方法。 |
Redirect |
當用戶端重新導向至登入 URL 時叫用。 |
Redirect |
叫用相關的委派方法,以實作 介面方法。 |
Redirect |
當用戶端重新導向至登出 URL 時叫用。 |
Redirect |
叫用相關的委派方法,以實作 介面方法。 |
Redirect |
登出後重新導向用戶端時叫用。 |
Signed |
登入完成後叫用。 |
Signing |
在登入期間叫用。 |
Signing |
登出時叫用。 |
Validate |
叫用以驗證主體。 |
產品 | 版本 |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |