CookieAuthenticationEvents.RedirectToLogout Metoda

Definice

Přetížení

RedirectToLogout(CookieRedirectContext)

Implementuje metodu rozhraní vyvoláním související metody delegáta.

RedirectToLogout(RedirectContext<CookieAuthenticationOptions>)

Vyvoláno při přesměrování klienta na adresu URL odhlášení.

RedirectToLogout(CookieRedirectContext)

Implementuje metodu rozhraní vyvoláním související metody delegáta.

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

Parametry

context
CookieRedirectContext

Obsahuje informace o události.

Návraty

Task

Implementuje

Platí pro

RedirectToLogout(RedirectContext<CookieAuthenticationOptions>)

Vyvoláno při přesměrování klienta na adresu URL odhlášení.

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

Parametry

Návraty

Task

Platí pro