WebSecurity GetPasswordChangeDate()
WebSecurity 对象 GetPasswordChangeDate() 方法返回用户的密码最后更改的日期和时间
语法
WebSecurity.GetPasswordChangedDate( userName )
参数
参数 | 类型 | 描述 |
---|---|---|
userName | String | 用户名 |
返回值
类型 | 描述 |
---|---|
DateTime | 密码最后更改的日期和时间 |
错误和异常
在下面的情况下,任何对 WebSecurity 对象的访问将抛出一个 InvalidOperationException 异常
- InitializeDatabaseConnection() 方法没有被调用
- SimpleMembership 没有初始化(或者在网站配置中禁用)
说明
如果密码没有更改,则 GetPasswordChangeDate() 方法返回 DateTime.MinValue
DateTime.MinValue 的值是 00:00:00.0000000, January 1, 0001
命名空间
WebMatrix.WebData
Assembly
WebMatrix.WebData.dll