3 references to GetEscapedFilterValue
System.Web (3)
Security\ADMembershipProvider.cs (3)
2208return FindUsers(containerEntry, "(" + attributeMapUsername + "=" + GetEscapedFilterValue(usernameToMatch, false) + ")", attributeMapUsername, pageIndex, pageSize, out totalRecords); 2258filter = "(" + attributeMapUsername + "=*)(" + attributeMapEmail + "=" + GetEscapedFilterValue(emailToMatch, false) +")"; 2824return GetEscapedFilterValue(filterValue, true /* escapeWildChar */);