1 write to AuthenticationSchemes
Microsoft.AspNetCore.Mvc.Core (1)
ChallengeResult.cs (1)
76
AuthenticationSchemes
= authenticationSchemes;
4 references to AuthenticationSchemes
Microsoft.AspNetCore.Mvc.Core (4)
ChallengeResult.cs (4)
98
Log.ChallengeResultExecuting(logger,
AuthenticationSchemes
);
100
if (
AuthenticationSchemes
!= null &&
AuthenticationSchemes
.Count > 0)
102
foreach (var scheme in
AuthenticationSchemes
)