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