3 references to UserNameInternal
System.Web (3)
UI\WebControls\login.cs (3)
1093
System.Web.Security.FormsAuthentication.SetAuthCookie(
UserNameInternal
, RememberMeSet);
1116
e.Authenticated = provider.ValidateUser(
UserNameInternal
, PasswordInternal);
1700
string userName =
UserNameInternal
;