SignInAuthenticationHandler<TOptions>.HandleSignInAsync メソッド

定義

SignIn を処理するには、このメソッドをオーバーライドします。

protected:
 abstract System::Threading::Tasks::Task ^ HandleSignInAsync(System::Security::Claims::ClaimsPrincipal ^ user, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected abstract System.Threading.Tasks.Task HandleSignInAsync (System.Security.Claims.ClaimsPrincipal user, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
protected abstract System.Threading.Tasks.Task HandleSignInAsync (System.Security.Claims.ClaimsPrincipal user, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member HandleSignInAsync : System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected MustOverride Function HandleSignInAsync (user As ClaimsPrincipal, properties As AuthenticationProperties) As Task

パラメーター

戻り値

タスク。

適用対象