2 references to ValidateUserCore
System.Web.Extensions (2)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (2)
174if (ValidateUserCore(username, password, rememberMeInt, ref promptCount, true)) { 182if (ValidateUserCore(null, password, rememberMeInt, ref promptCount, false)) {