AuthenticationHandler<TOptions>.HandleSignInAsync(SignInContext) 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 ^ HandleSignInAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignInContext ^ context);
protected virtual System.Threading.Tasks.Task HandleSignInAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context);
abstract member HandleSignInAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignInContext -> System.Threading.Tasks.Task
override this.HandleSignInAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignInContext -> System.Threading.Tasks.Task
Protected Overridable Function HandleSignInAsync (context As SignInContext) As Task
Parameter
- context
- SignInContext