1 write to maxUsernameLength
System.Web (1)
Security\ADMembershipProvider.cs (1)
466maxUsernameLength = maxLength;
10 references to maxUsernameLength
System.Web (10)
Security\ADMembershipProvider.cs (10)
465if (maxLength < maxUsernameLength) 1029CheckUserName( ref username, maxUsernameLength, "username" ); 1200CheckUserName(ref username, maxUsernameLength, "username" ); 1417CheckUserName(ref username, maxUsernameLength, "username"); 1538CheckUserName( ref username, maxUsernameLength, "username" ); 1621CheckUserName( ref temp, maxUsernameLength, "UserName" ); 1775if(!SecUtility.ValidateParameter(ref username, true, true, true, maxUsernameLength)) 1965CheckUserName(ref username, maxUsernameLength, "username" ); 2083CheckUserName(ref username, maxUsernameLength, "username"); 2188SecUtility.CheckParameter( ref usernameToMatch, true, true, true, maxUsernameLength, "usernameToMatch" );