2 writes to _accountLockoutTime
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
29
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref
_accountLockoutTime
, PropertyNames.AcctInfoAcctLockoutTime, ref _accountLockoutTimeLoaded);
301
_accountLockoutTime
= (Nullable<DateTime>)value;