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