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