2 references to RegistrationExchangeItemKey
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionCookieEvents.cs (1)
108
if (httpContext.Items.ContainsKey(
RegistrationExchangeItemKey
))
DeviceBoundSessionHandler.cs (1)
162
Context.Items[DeviceBoundSessionCookieEvents.
RegistrationExchangeItemKey
] = true;