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