ICookieAuthenticationEvents.SigningOut(CookieSigningOutContext) 메서드

정의

쿠키 정리 프로세스를 확대하기 위해 로그아웃 흐름 중 호출됩니다.

public:
 System::Threading::Tasks::Task ^ SigningOut(Microsoft::AspNetCore::Authentication::Cookies::CookieSigningOutContext ^ context);
public System.Threading.Tasks.Task SigningOut (Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext context);
abstract member SigningOut : Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext -> System.Threading.Tasks.Task
Public Function SigningOut (context As CookieSigningOutContext) As Task

매개 변수

context
CookieSigningOutContext

인증 쿠키 및 로그인 세션에 대한 정보를 포함합니다.

반환

적용 대상