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