5 references to FindByDate
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
995return FindByDate(principalType, s_lockoutTime, matchType, dt); 1001return FindByDate(principalType, s_lastLogonTime, matchType, dt); 1007return FindByDate(principalType, s_pwdLastSet, matchType, dt); 1013return FindByDate(principalType, s_badPasswordTime, matchType, dt); 1019return FindByDate(principalType, s_accountExpires, matchType, dt);