2 writes to _isAuthenticated
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (2)
276
_isAuthenticated
= false;
303
_isAuthenticated
= true;
1 reference to _isAuthenticated
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
227
public override bool IsAuthenticated =>
_isAuthenticated
;