CookieAuthenticationEvents 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
쿠키 인증 중에 발생한 이벤트를 구독할 수 있습니다.
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() |
쿠키 인증 중에 발생한 이벤트를 구독할 수 있습니다. |
속성
OnCheckSlidingExpiration |
쿠키를 갱신해야 하는 경우 검사 위해 호출됩니다. |
OnRedirectToAccessDenied |
클라이언트를 액세스 거부 URL로 리디렉션해야 할 때 호출됩니다. |
OnRedirectToLogin |
클라이언트를 로그인 URL로 리디렉션해야 할 때 호출됩니다. |
OnRedirectToLogout |
클라이언트가 로그아웃으로 리디렉션될 때 호출됩니다. |
OnRedirectToReturnUrl |
로그아웃 후 클라이언트를 리디렉션할 때 호출됩니다. |
OnSignedIn |
로그인이 완료된 후 호출됩니다. |
OnSigningIn |
로그인할 때 호출됩니다. |
OnSigningOut |
로그아웃할 때 호출됩니다. |
OnValidatePrincipal |
보안 주체의 유효성을 검사하기 위해 호출됩니다. |