UserManager<TUser>.SupportsUserTwoFactorRecoveryCodes Property

Definition

Gets a flag indicating whether the backing user store supports recovery codes.

public:
 virtual property bool SupportsUserTwoFactorRecoveryCodes { bool get(); };
public virtual bool SupportsUserTwoFactorRecoveryCodes { get; }
member this.SupportsUserTwoFactorRecoveryCodes : bool
Public Overridable ReadOnly Property SupportsUserTwoFactorRecoveryCodes As Boolean

Property Value

true if the backing user store supports a user authenticator, otherwise false.

Applies to