MembershipUser.IsLockedOut 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示是否鎖定且無法驗證成員資格使用者。
public:
virtual property bool IsLockedOut { bool get(); };
public virtual bool IsLockedOut { get; }
member this.IsLockedOut : bool
Public Overridable ReadOnly Property IsLockedOut As Boolean
屬性值
如果鎖定且無法驗證成員資格使用者,則為 true
;否則為 false
。
備註
使用者最常被鎖定,而且在 到達 內PasswordAttemptWindow時MaxInvalidPasswordAttempts,方法無法驗證ValidateUser。
如果您使用 GetPassword 接受密碼答案的 或 ResetPassword 多載,以及使用者輸入的錯誤答案數目到達 Membership.MaxInvalidPasswordAttempts 內的 Membership.PasswordAttemptWindow,也可以鎖定使用者。
若要將此屬性設定為 false
,並讓用戶嘗試再次登入,您可以使用 UnlockUser 方法。