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