1 write to SuppressFormsAuthenticationRedirect
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
251
_httpResponse.
SuppressFormsAuthenticationRedirect
= value;
2 references to SuppressFormsAuthenticationRedirect
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
248
return _httpResponse.
SuppressFormsAuthenticationRedirect
;
Security\FormsAuthenticationModule.cs (1)
253
if (context.Response.
SuppressFormsAuthenticationRedirect
) {