1 write to maxEmailLength
System.Web (1)
Security\ADMembershipProvider.cs (1)
483maxEmailLength = maxLength;
5 references to maxEmailLength
System.Web (5)
Security\ADMembershipProvider.cs (5)
482if (maxLength != -1 && maxLength < maxEmailLength) 685if(!SecUtility.ValidateParameter(ref email, RequiresUniqueEmail, true, false, maxEmailLength)) 1625SecUtility.CheckParameter( ref email, RequiresUniqueEmail, RequiresUniqueEmail, false, maxEmailLength, "Email"); 2006SecUtility.CheckParameter(ref email, false, true, false, maxEmailLength, "email"); 2236SecUtility.CheckParameter(ref emailToMatch, false, true, false, maxEmailLength, "emailToMatch");