1 write to _isDisposed
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
77
_isDisposed
= true;
12 references to _isDisposed
System.Net.Security (12)
System\Net\Security\NegotiateAuthentication.cs (12)
75
if (!
_isDisposed
)
90
public bool IsAuthenticated =>
_isDisposed
? false : _pal.IsAuthenticated;
110
public bool IsSigned =>
_isDisposed
? false : _pal.IsSigned;
115
public bool IsEncrypted =>
_isDisposed
? false : _pal.IsEncrypted;
120
public bool IsMutuallyAuthenticated =>
_isDisposed
? false : _pal.IsMutuallyAuthenticated;
172
if (!IsAuthenticated ||
_isDisposed
)
216
if (
_isDisposed
)
317
if (!IsAuthenticated ||
_isDisposed
)
344
if (!IsAuthenticated ||
_isDisposed
)
372
if (!IsAuthenticated ||
_isDisposed
)
396
if (!IsAuthenticated ||
_isDisposed
)
421
if (!IsAuthenticated ||
_isDisposed
)