3 writes to _isAuthenticated
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (3)
94_isAuthenticated = false; 369_isAuthenticated = statusCode == NegotiateAuthenticationStatusCode.Completed; 404_isAuthenticated = state == NegState.AcceptCompleted || state == NegState.Reject;
6 references to _isAuthenticated
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (6)
72public override bool IsAuthenticated => _isAuthenticated && _mechanism?.IsAuthenticated == true; 417if (_mechanism is null || !_isAuthenticated) 427if (_mechanism is null || !_isAuthenticated) 437if (_mechanism is null || !_isAuthenticated) 447if (_mechanism is null || !_isAuthenticated) 457if (_mechanism is null || !_isAuthenticated)