CB.*_*CB. 5 c# active-directory .net-3.5
在system.directoryservices.accountmanagement属性中LastLogon是LastLogOnTimeStampValue在所有域的域控制器上复制还是从所有可用域的 DC 的比较中派生的 LastLogon 属性的更新值?
我在 MSDN 中找不到这个属性被占用的地方。
LastLogon该类的属性从Active Directory 对象AuthenticablePrincipal读取属性。lastLogonTimestamp您可以按照下面列出的步骤进行验证:
lastLogon和lastLogonTimestamp属性。在我的测试系统(.Net Framework 4.0、Active Directory 2008 R2)上,类LastLogon的属性AuthenticablePrincipal映射到lastLogonTimestamp相关 Active Directory 对象的属性。
希望这可以帮助。