Sdílet prostřednictvím


SignInManager<TUser>.IsTwoFactorEnabledAsync(TUser) Metoda

Definice

Zkontrolujte, jestli user má povolený dvoufaktorový faktor.

public virtual System.Threading.Tasks.Task<bool> IsTwoFactorEnabledAsync (TUser user);
abstract member IsTwoFactorEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
override this.IsTwoFactorEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function IsTwoFactorEnabledAsync (user As TUser) As Task(Of Boolean)

Parametry

user
TUser

Návraty

Objekt úlohy představující asynchronní operaci obsahující hodnotu true, pokud má uživatel povolený dva faktory.

Platí pro