我试图从活动目录中的用户那里获取LastLogon,但我有这段代码
lblUsernameDisplay.Text = "LastLogon : " + (DateTime.FromFileTime((long)rs.GetDirectoryEntry().Properties["lastLogon"][0])).ToString();
我收到了一个错误,我也尝试了没有长时间演员,没有ToString()和.Value.ToString() instead of [0]
更新:
我收到此错误:Specified cast is not valid.