3 references to FindByExpirationTime
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
276
return
FindByExpirationTime
<AuthenticablePrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\Computer.cs (1)
72
return
FindByExpirationTime
<ComputerPrincipal>(context, time, type);
System\DirectoryServices\AccountManagement\User.cs (1)
241
return
FindByExpirationTime
<UserPrincipal>(context, time, type);