CookieAuthenticationEvents.SigningOut(CookieSigningOutContext) 메서드

정의

로그아웃 시 호출됩니다.

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

매개 변수

반환

구현

적용 대상