1 instantiation of AuthFailedErrorFormatter
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
163
_strErrorText = (new
AuthFailedErrorFormatter
()).GetErrorMessage();
1 reference to AuthFailedErrorFormatter
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
140
context.Response.Write(
AuthFailedErrorFormatter
.GetErrorText());