IdentityUser<TKey>.TwoFactorEnabled プロパティ

定義

このユーザーに対して 2 要素認証が有効になっているかどうかを示すフラグを取得または設定します。

public:
 virtual property bool TwoFactorEnabled { bool get(); void set(bool value); };
public virtual bool TwoFactorEnabled { get; set; }
[Microsoft.AspNetCore.Identity.PersonalData]
public virtual bool TwoFactorEnabled { get; set; }
member this.TwoFactorEnabled : bool with get, set
[<Microsoft.AspNetCore.Identity.PersonalData>]
member this.TwoFactorEnabled : bool with get, set
Public Overridable Property TwoFactorEnabled As Boolean

プロパティ値

2fa が有効な場合は True、それ以外の場合は false。

属性

適用対象