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