共用方式為


IdentityUser<TKey>.LockoutEnabled 屬性

定義

取得或設定旗標,指出使用者是否可以遭到鎖定。

public:
 virtual property bool LockoutEnabled { bool get(); void set(bool value); };
public virtual bool LockoutEnabled { get; set; }
member this.LockoutEnabled : bool with get, set
Public Overridable Property LockoutEnabled As Boolean

屬性值

如果使用者可以鎖定,則為 True,否則為 false。

適用於