CookieAuthenticationEvents.RedirectToLogout 메서드

정의

오버로드

RedirectToLogout(CookieRedirectContext)

관련 대리자 메서드를 호출하여 인터페이스 메서드를 구현합니다.

RedirectToLogout(RedirectContext<CookieAuthenticationOptions>)

클라이언트가 로그아웃 URL로 리디렉션될 때 호출됩니다.

RedirectToLogout(CookieRedirectContext)

관련 대리자 메서드를 호출하여 인터페이스 메서드를 구현합니다.

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

매개 변수

context
CookieRedirectContext

이벤트에 대한 정보를 포함합니다.

반환

구현

적용 대상

RedirectToLogout(RedirectContext<CookieAuthenticationOptions>)

Source:
CookieAuthenticationEvents.cs
Source:
CookieAuthenticationEvents.cs

클라이언트가 로그아웃 URL로 리디렉션될 때 호출됩니다.

public:
 virtual System::Threading::Tasks::Task ^ RedirectToLogout(Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^> ^ context);
public virtual System.Threading.Tasks.Task RedirectToLogout (Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> context);
abstract member RedirectToLogout : Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> System.Threading.Tasks.Task
override this.RedirectToLogout : Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> System.Threading.Tasks.Task
Public Overridable Function RedirectToLogout (context As RedirectContext(Of CookieAuthenticationOptions)) As Task

매개 변수

반환

적용 대상