Condividi tramite


IdentityUser<TKey>.TwoFactorEnabled Proprietà

Definizione

Ottiene o imposta un flag che indica se l'autenticazione a due fattori è abilitata per l'utente.

public:
 virtual property bool TwoFactorEnabled { bool get(); void set(bool value); };
public virtual bool TwoFactorEnabled { get; set; }
[Microsoft.AspNetCore.Identity.PersonalData]
public virtual bool TwoFactorEnabled { get; set; }
member this.TwoFactorEnabled : bool with get, set
[<Microsoft.AspNetCore.Identity.PersonalData>]
member this.TwoFactorEnabled : bool with get, set
Public Overridable Property TwoFactorEnabled As Boolean

Valore della proprietà

True se 2fa è abilitato; in caso contrario, false.

Attributi

Si applica a