3 references to FindByBadPasswordAttempt
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
281
return
FindByBadPasswordAttempt
<AuthenticablePrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\Computer.cs (1)
77
return
FindByBadPasswordAttempt
<ComputerPrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\User.cs (1)
246
return
FindByBadPasswordAttempt
<UserPrincipal>(context, time, type);