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