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