AuthenticationHandler<TOptions>.HandleSignOutAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
virtual System::Threading::Tasks::Task ^ HandleSignOutAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignOutContext ^ context);
protected virtual System.Threading.Tasks.Task HandleSignOutAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context);
abstract member HandleSignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task
override this.HandleSignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task
Protected Overridable Function HandleSignOutAsync (context As SignOutContext) As Task
Parameter
- context
- SignOutContext