1 write to SessionScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionExtensions.cs (1)
136o.SessionScheme = sessionScheme;
8 references to SessionScheme
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (8)
DeviceBoundSessionCookieEvents.cs (2)
117if (options.SessionScheme is not null) 119await httpContext.SignOutAsync(options.SessionScheme);
DeviceBoundSessionHandler.cs (6)
157await Context.SignInAsync(Options.SessionScheme, principal, sessionProperties); 262await Context.SignInAsync(Options.SessionScheme, authResult.Principal, sessionProperties); 296$"The session cookie scheme '{Options.SessionScheme}' has no configured cookie name; cannot build a valid DBSC session instruction."); 322if (Options.SessionScheme is null) 325$"{nameof(DeviceBoundSessionOptions.SessionScheme)} must be configured to build a DBSC session instruction."); 328return _cookieOptionsMonitor.Get(Options.SessionScheme);