1 instantiation of DeviceBoundSessionCookieEvents
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
PostConfigureDeviceBoundSessionCookieOptions.cs (1)
51
options.Events = new
DeviceBoundSessionCookieEvents
(dbscScheme, options.Events, options.EventsType);
4 references to DeviceBoundSessionCookieEvents
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (4)
DeviceBoundSessionHandler.cs (1)
162
Context.Items[
DeviceBoundSessionCookieEvents
.RegistrationExchangeItemKey] = true;
DeviceBoundSessionRegistrationHeader.cs (1)
19
/// <see cref="
DeviceBoundSessionCookieEvents
"/> wrapper) and by the public
PostConfigureDeviceBoundSessionCookieOptions.cs (2)
13
/// wraps the events with <see cref="
DeviceBoundSessionCookieEvents
"/>.
45
await
DeviceBoundSessionCookieEvents
.ClearDerivedCookiesAsync(context.HttpContext, dbscScheme);