3 references to AuthPersistenceKey
Microsoft.AspNetCore.Authentication.Negotiate (3)
NegotiateHandler.cs (3)
94persistence = (AuthPersistence)connectionItems[AuthPersistenceKey]!; 401Debug.Assert(!items.ContainsKey(AuthPersistenceKey), "This should only be registered once per connection"); 404items[AuthPersistenceKey] = persistence;