CookieAuthenticationEvents クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Cookie 認証中に発生したイベントのサブスクライブを許可します。
public ref class CookieAuthenticationEvents : Microsoft::AspNetCore::Authentication::Cookies::ICookieAuthenticationEvents
public ref class CookieAuthenticationEvents
public class CookieAuthenticationEvents : Microsoft.AspNetCore.Authentication.Cookies.ICookieAuthenticationEvents
public class CookieAuthenticationEvents
type CookieAuthenticationEvents = class
interface ICookieAuthenticationEvents
type CookieAuthenticationEvents = class
Public Class CookieAuthenticationEvents
Implements ICookieAuthenticationEvents
Public Class CookieAuthenticationEvents
- 継承
-
CookieAuthenticationEvents
- 実装
コンストラクター
CookieAuthenticationEvents() |
Cookie 認証中に発生したイベントのサブスクライブを許可します。 |
プロパティ
OnCheckSlidingExpiration |
クッキーを更新する必要があるかどうかをチェックするために呼び出されます。 |
OnRedirectToAccessDenied |
クライアントをアクセス拒否 URL にリダイレクトする必要がある場合に呼び出されます。 |
OnRedirectToLogin |
クライアントをサインイン URL にリダイレクトする必要がある場合に呼び出されます。 |
OnRedirectToLogout |
クライアントがログアウトにリダイレクトされるときに呼び出されます。 |
OnRedirectToReturnUrl |
ログアウト後にクライアントをリダイレクトするときに呼び出されます。 |
OnSignedIn |
サインインが完了した後に呼び出されます。 |
OnSigningIn |
サインイン時に呼び出されます。 |
OnSigningOut |
サインアウト時に呼び出されます。 |
OnValidatePrincipal |
プリンシパルを検証するために呼び出されます。 |