1 instantiation of UrlAuthFailedErrorFormatter
System.Web (1)
Configuration\UrlAuthFailedErrorFormatter.cs (1)
42
return (new
UrlAuthFailedErrorFormatter
()).GetErrorMessage(context, dontShowSensitiveInfo);
1 reference to UrlAuthFailedErrorFormatter
System.Web (1)
Security\UrlAuthorizationModule.cs (1)
159
context.Response.Write(
UrlAuthFailedErrorFormatter
.GetErrorText());