1 instantiation of AuthPersistence
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
401var persistence = new AuthPersistence();
5 references to AuthPersistence
Microsoft.AspNetCore.Authentication.Negotiate (5)
NegotiateHandler.cs (5)
25private const string AuthPersistenceKey = nameof(AuthPersistence); 73AuthPersistence? persistence = null; 96persistence = (AuthPersistence)connectionItems[AuthPersistenceKey]!; 398private AuthPersistence EstablishConnectionPersistence(IDictionary<object, object?> items) 401var persistence = new AuthPersistence();