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

속성 값

적용 대상