1 instantiation of AuthPersistence
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
402var persistence = new AuthPersistence();
5 references to AuthPersistence
Microsoft.AspNetCore.Authentication.Negotiate (5)
NegotiateHandler.cs (5)
23private const string AuthPersistenceKey = nameof(AuthPersistence); 71AuthPersistence? persistence = null; 94persistence = (AuthPersistence)connectionItems[AuthPersistenceKey]!; 399private AuthPersistence EstablishConnectionPersistence(IDictionary<object, object?> items) 402var persistence = new AuthPersistence();