1 write to _isDisposed
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
71
_isDisposed
= true;
12 references to _isDisposed
System.Net.Security (12)
System\Net\Security\NegotiateAuthentication.cs (12)
69
if (!
_isDisposed
)
84
public bool IsAuthenticated =>
_isDisposed
? false : _pal.IsAuthenticated;
104
public bool IsSigned =>
_isDisposed
? false : _pal.IsSigned;
109
public bool IsEncrypted =>
_isDisposed
? false : _pal.IsEncrypted;
114
public bool IsMutuallyAuthenticated =>
_isDisposed
? false : _pal.IsMutuallyAuthenticated;
166
if (!IsAuthenticated ||
_isDisposed
)
210
if (
_isDisposed
)
292
if (!IsAuthenticated ||
_isDisposed
)
319
if (!IsAuthenticated ||
_isDisposed
)
347
if (!IsAuthenticated ||
_isDisposed
)
371
if (!IsAuthenticated ||
_isDisposed
)
396
if (!IsAuthenticated ||
_isDisposed
)