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

public virtual bool SupportsUserTwoFactor { get; }
public:
property bool SupportsUserTwoFactor {
    virtual bool get();
}
abstract SupportsUserTwoFactor : bool with get
override SupportsUserTwoFactor : bool with get
Public Overridable ReadOnly Property SupportsUserTwoFactor As Boolean

Property Value

Type: System.Boolean

true if the store is an IUserTwoFactorStore; otherwise, false.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top