2 writes to _allowRelaxedHttpUserName
System.Web (2)
Util\AppSettings.cs (2)
64if (settings == null || !Boolean.TryParse(settings["aspnet:AllowRelaxedHttpUserName"], out _allowRelaxedHttpUserName)) 65_allowRelaxedHttpUserName = false;
1 reference to _allowRelaxedHttpUserName
System.Web (1)
Util\AppSettings.cs (1)
286return _allowRelaxedHttpUserName;