2 writes to error
System.Web (2)
Configuration\IdentitySection.cs (2)
200error = String.Empty; 201IntPtr token = CreateUserToken(_username, _password, out error);
4 references to error
System.Web (4)
Configuration\IdentitySection.cs (4)
184if (error.Length > 0) { 186SR.GetString(SR.Invalid_credentials_2, error), 206if (error.Length > 0) { 208SR.GetString(SR.Invalid_credentials_2, error),