IdentityUser<TKey, TLogin, TRole, TClaim>.TwoFactorEnabled Property

 

Gets or sets a value that indicates whether two-factor authentication is enabled for the user.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual bool TwoFactorEnabled { get; set; }
public:
property bool TwoFactorEnabled {
    virtual bool get();
    virtual void set(bool value);
}
abstract TwoFactorEnabled : bool with get, set
override TwoFactorEnabled : bool with get, set
Public Overridable Property TwoFactorEnabled As Boolean

Property Value

Type: System.Boolean

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top