AuthenticablePrincipal.LastPasswordSet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个可以为 null 的 DateTime,用于指定最后一次为此帐户设置密码的日期和时间。
public:
property Nullable<DateTime> LastPasswordSet { Nullable<DateTime> get(); };
public DateTime? LastPasswordSet { get; }
member this.LastPasswordSet : Nullable<DateTime>
Public ReadOnly Property LastPasswordSet As Nullable(Of DateTime)
属性值
一个可以为 null 的 DateTime,用于指定最后一次为此帐户设置密码的日期和时间。
例外
基础存储不支持此属性。
注解
与 中的所有 DateTime 属性一 System.DirectoryServices.AccountManagement样,返回的时间采用 UTC 格式。 若要将其转换为本地时间,请 ToLocalTime 对返回对象调用 方法。