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