Partager via


IUserTwoFactorStore<TUser>.GetTwoFactorEnabledAsync Méthode

Définition

Retourne un indicateur indiquant si l’authentification à deux facteurs est activée ou non pour le spécifié user , en tant qu’opération asynchrone.

public:
 System::Threading::Tasks::Task<bool> ^ GetTwoFactorEnabledAsync(TUser user, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<bool> GetTwoFactorEnabledAsync (TUser user, System.Threading.CancellationToken cancellationToken);
abstract member GetTwoFactorEnabledAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function GetTwoFactorEnabledAsync (user As TUser, cancellationToken As CancellationToken) As Task(Of Boolean)

Paramètres

user
TUser

L’utilisateur dont l’authentification à deux facteurs a activé status doit être défini.

cancellationToken
CancellationToken

CancellationToken utilisé pour propager les notifications indiquant que l’opération doit être annulée.

Retours

Task qui représente l’opération asynchrone, contenant un indicateur indiquant si l’authentification à deux facteurs est activée ou non pour le spécifiéuser.

S’applique à