1 write to AuthenticationSchemes
Microsoft.AspNetCore.Mvc.Core (1)
SignOutResult.cs (1)
75
AuthenticationSchemes
= authenticationSchemes ?? throw new ArgumentNullException(nameof(authenticationSchemes));
6 references to AuthenticationSchemes
Microsoft.AspNetCore.Mvc.Core (6)
SignOutResult.cs (6)
105
if (
AuthenticationSchemes
== null)
109
/* property: */ nameof(
AuthenticationSchemes
),
115
Log.SignOutResultExecuting(logger,
AuthenticationSchemes
);
117
if (
AuthenticationSchemes
.Count == 0)
123
for (var i = 0; i <
AuthenticationSchemes
.Count; i++)
125
await httpContext.SignOutAsync(
AuthenticationSchemes
[i], Properties);