IUserTwoFactorStore<TUser>.GetTwoFactorEnabledAsync Metodo

Definizione

Restituisce un flag che indica se l'autenticazione a due fattori specificata user è abilitata o meno, come operazione asincrona.

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)

Parametri

user
TUser

L'utente il cui stato di autenticazione a due fattori abilitato deve essere impostato.

cancellationToken
CancellationToken

Oggetto CancellationToken usato per propagare le notifiche di richiesta di annullamento dell'operazione.

Restituisce

Oggetto Task che rappresenta l'operazione asincrona contenente un flag che indica se l'autenticazione a due fattori specificata user è abilitata o meno.

Si applica a