2 references to FindUsers
System.Web (2)
Security\ADMembershipProvider.cs (2)
2208return FindUsers(containerEntry, "(" + attributeMapUsername + "=" + GetEscapedFilterValue(usernameToMatch, false) + ")", attributeMapUsername, pageIndex, pageSize, out totalRecords); 2261return FindUsers(containerEntry, filter, attributeMapEmail, pageIndex, pageSize, out totalRecords);