MembershipUser.LastLockoutDate 属性

定义

获取成员资格用户被锁定的最新日期和时间。

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 该用户的 属性最初设置为 1754/01/01。

适用于

另请参阅