3 references to FindByLockoutTime
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
266return FindByLockoutTime<AuthenticablePrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\Computer.cs (1)
62return FindByLockoutTime<ComputerPrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\User.cs (1)
231return FindByLockoutTime<UserPrincipal>(context, time, type);