1 write to _context
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
51
_context
= context;
4 references to _context
Microsoft.AspNetCore.Server.IISIntegration (4)
AuthenticationHandler.cs (4)
33
Debug.Assert(
_context
!= null, "Handler must be initialized.");
36
_context
.Response.StatusCode = 401;
42
Debug.Assert(
_context
!= null, "Handler must be initialized.");
44
_context
.Response.StatusCode = 403;