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)
72
public override bool IsAuthenticated =>
_isAuthenticated
&& _mechanism?.IsAuthenticated == true;
417
if (_mechanism is null || !
_isAuthenticated
)
427
if (_mechanism is null || !
_isAuthenticated
)
437
if (_mechanism is null || !
_isAuthenticated
)
447
if (_mechanism is null || !
_isAuthenticated
)
457
if (_mechanism is null || !
_isAuthenticated
)