2 writes to _lastPasswordSet
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (2)
28
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref
_lastPasswordSet
, PropertyNames.PwdInfoLastPasswordSet, ref _lastPasswordSetLoaded);
251
_lastPasswordSet
= (Nullable<DateTime>)value;