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