2 writes to _authChallenges
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
55
_authChallenges
= RequestContext.Server.Options.Authentication.Schemes;
117
_authChallenges
= value;
1 reference to _authChallenges
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
113
get { return
_authChallenges
; }