2 references to AuthSchemeKey
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (2)
154
ticketContext.Properties!.Items[
AuthSchemeKey
] = Scheme.Name;
205
&& ticket.Properties.Items.TryGetValue(
AuthSchemeKey
, out var authenticatedScheme)