2 writes to _lastBadPasswordAttempt
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (2)
40return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _lastBadPasswordAttempt, PropertyNames.PwdInfoLastBadPasswordAttempt, ref _lastBadPasswordAttemptLoaded); 256_lastBadPasswordAttempt = (Nullable<DateTime>)value;