MembershipUser.LastLockoutDate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已鎖定成員資格使用者的最新日期和時間。
public:
virtual property DateTime LastLockoutDate { DateTime get(); };
public virtual DateTime LastLockoutDate { get; }
member this.LastLockoutDate : DateTime
Public Overridable ReadOnly Property LastLockoutDate As DateTime
屬性值
DateTime 物件,代表已鎖定成員資格使用者的最新日期和時間。
備註
在 到達 PasswordAttemptWindow時MaxInvalidPasswordAttempts,使用者最常被鎖定。
如果您使用 GetPassword 接受密碼答案的 或 ResetPassword 多載,以及使用者輸入的不正確答案數目到達 Membership.MaxInvalidPasswordAttempts 內的 Membership.PasswordAttemptWindow,也可以鎖定使用者。
屬性的 LastLockoutDate 預設值是由成員資格提供者決定。 例如,使用 SqlMembershipProvider 提供者建立成員資格使用者時, LastLockoutDate 用戶的屬性一開始會設定為01/01/1754。