UserManager<TUser>.SupportsUserTwoFactorRecoveryCodes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バッキング ユーザー ストアが回復コードをサポートしているかどうかを示すフラグを取得します。
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。