CookieAuthenticationHandler.Events 속성

정의

처리기는 처리가 발생하는 특정 지점에서 애플리케이션 제어를 제공하는 이벤트에 대한 메서드를 호출합니다. 컨트롤이 제공되지 않는 경우 메서드가 호출될 때 아무 작업도 수행되지 않는 기본 인스턴스가 제공됩니다.

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

속성 값

적용 대상