UserManager<TUser>.SupportsUserTwoFactorRecoveryCodes プロパティ

定義

バッキング ユーザー ストアが回復コードをサポートしているかどうかを示すフラグを取得します。

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

プロパティ値

バッキング ユーザー ストアがユーザー認証子をサポートしている場合は true、それ以外の場合は false。

適用対象