AuthenticationHandler<TOptions>.SignOutAsync(SignOutContext) 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.
public:
virtual System::Threading::Tasks::Task ^ SignOutAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignOutContext ^ context);
public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context);
abstract member SignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task
override this.SignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task
Public Function SignOutAsync (context As SignOutContext) As Task
Parameter
- context
- SignOutContext