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