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