3 references to FindByLogonTime
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
271return FindByLogonTime<AuthenticablePrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\Computer.cs (1)
67return FindByLogonTime<ComputerPrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\User.cs (1)
236return FindByLogonTime<UserPrincipal>(context, time, type);