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

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

Syntax

'Declaration
Public Overridable Property TwoFactorEnabled As Boolean 
    Get 
    Set
'Usage
Dim instance As IdentityUser 
Dim value As Boolean 

value = instance.TwoFactorEnabled

instance.TwoFactorEnabled = value
public virtual bool TwoFactorEnabled { get; set; }
public:
virtual property bool TwoFactorEnabled {
    bool get ();
    void set (bool value);
}
abstract TwoFactorEnabled : bool with get, set 
override TwoFactorEnabled : bool with get, set
function get TwoFactorEnabled () : boolean 
function set TwoFactorEnabled (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IdentityUser<TKey, TLogin, TRole, TClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity