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)
41Debug.Assert(_context != null, "Handler must be initialized."); 44_context.Response.StatusCode = 401; 51Debug.Assert(_context != null, "Handler must be initialized."); 53_context.Response.StatusCode = 403;