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