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