1 write to maxUsernameLengthForCreation
System.Web (1)
Security\ADMembershipProvider.cs (1)
468maxUsernameLengthForCreation = maxLength;
2 references to maxUsernameLengthForCreation
System.Web (2)
Security\ADMembershipProvider.cs (2)
467if (maxLength < maxUsernameLengthForCreation) 664if(!SecUtility.ValidateParameter(ref username, true, true, true, maxUsernameLengthForCreation))