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