3 references to FindByPasswordSetTime
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
286return FindByPasswordSetTime<AuthenticablePrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\Computer.cs (1)
82return FindByPasswordSetTime<ComputerPrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\User.cs (1)
251return FindByPasswordSetTime<UserPrincipal>(context, time, type);