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