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