1 write to _instance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
26_instance = new NegotiateAuthentication(serverOptions);
5 references to _instance
Microsoft.AspNetCore.Authentication.Negotiate (5)
Internal\NegotiateState.cs (5)
38var outgoingBlob = _instance.GetOutgoingBlob(incomingBlob, out var authStatus); 68get => _instance.IsAuthenticated; 73get => _instance.Package; 78var remoteIdentity = _instance.RemoteIdentity; 86_instance.Dispose();