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