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