1 write to _isDisposed
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
84
_isDisposed
= true;
12 references to _isDisposed
System.Net.Security (12)
System\Net\Security\NegotiateAuthentication.cs (12)
82
if (!
_isDisposed
)
97
public bool IsAuthenticated =>
_isDisposed
? false : _pal.IsAuthenticated;
117
public bool IsSigned =>
_isDisposed
? false : _pal.IsSigned;
122
public bool IsEncrypted =>
_isDisposed
? false : _pal.IsEncrypted;
128
!
_isDisposed
&&
182
if (!IsAuthenticated ||
_isDisposed
)
226
if (
_isDisposed
)
331
if (!IsAuthenticated ||
_isDisposed
)
358
if (!IsAuthenticated ||
_isDisposed
)
386
if (!IsAuthenticated ||
_isDisposed
)
410
if (!IsAuthenticated ||
_isDisposed
)
435
if (!IsAuthenticated ||
_isDisposed
)