UserManager<TUser, TKey>.SupportsUserTwoFactor Property

Gets a value that indicates whether the store is an IUserTwoFactorStore.

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

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsUserTwoFactor As Boolean 
    Get
'Usage
Dim instance As UserManager 
Dim value As Boolean 

value = instance.SupportsUserTwoFactor
public virtual bool SupportsUserTwoFactor { get; }
public:
virtual property bool SupportsUserTwoFactor {
    bool get ();
}
abstract SupportsUserTwoFactor : bool 
override SupportsUserTwoFactor : bool
function get SupportsUserTwoFactor () : boolean

Property Value

Type: System.Boolean
true if the store is an IUserTwoFactorStore; otherwise, false.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity