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