2 writes to _isAuthenticated
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
299
_isAuthenticated
= true;
313
_isAuthenticated
= true;
2 references to _isAuthenticated
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
98
public override bool IsAuthenticated =>
_isAuthenticated
;
114
Debug.Assert(_securityContext is not null &&
_isAuthenticated
, "Trying to get the client SPN before handshaking is done!");