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