UserManager<TUser>.SupportsUserTwoFactor Property
Definition
Gets a flag indicating whether the backing user store supports two factor authentication.
public:
virtual property bool SupportsUserTwoFactor { bool get(); };
public virtual bool SupportsUserTwoFactor { get; }
member this.SupportsUserTwoFactor : bool
Public Overridable ReadOnly Property SupportsUserTwoFactor As Boolean
Property Value
true if the backing user store supports user two factor authentication, otherwise false.