1 write to _context
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
63
_context
= context;
4 references to _context
Microsoft.AspNetCore.Server.IIS (4)
Core\IISServerAuthenticationHandlerInternal.cs (4)
41
Debug.Assert(
_context
!= null, "Handler must be initialized.");
44
_context
.Response.StatusCode = 401;
51
Debug.Assert(
_context
!= null, "Handler must be initialized.");
53
_context
.Response.StatusCode = 403;