1 write to _instance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
17_instance = new NegotiateAuthentication(_serverOptions);
5 references to _instance
Microsoft.AspNetCore.Authentication.Negotiate (5)
Internal\NegotiateState.cs (5)
22var outgoingBlob = _instance.GetOutgoingBlob(incomingBlob, out var authStatus); 52get => _instance.IsAuthenticated; 57get => _instance.Package; 62var remoteIdentity = _instance.RemoteIdentity; 68_instance.Dispose();