Partager via


SignInManager<TUser>.GetTwoFactorAuthenticationUserAsync Méthode

Définition

Obtient le TUser pour la connexion d’authentification à deux facteurs actuelle, en tant qu’opération asynchrone.

public:
 virtual System::Threading::Tasks::Task<TUser> ^ GetTwoFactorAuthenticationUserAsync();
public virtual System.Threading.Tasks.Task<TUser> GetTwoFactorAuthenticationUserAsync ();
public virtual System.Threading.Tasks.Task<TUser?> GetTwoFactorAuthenticationUserAsync ();
abstract member GetTwoFactorAuthenticationUserAsync : unit -> System.Threading.Tasks.Task<'User (requires 'User : null)>
override this.GetTwoFactorAuthenticationUserAsync : unit -> System.Threading.Tasks.Task<'User (requires 'User : null)>
Public Overridable Function GetTwoFactorAuthenticationUserAsync () As Task(Of TUser)

Retours

Task<TUser>

Objet de tâche représentant l’opération asynchrone contenant le TUser pour la tentative de connexion.

S’applique à