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)
75if (!_isDisposed) 90public bool IsAuthenticated => _isDisposed ? false : _pal.IsAuthenticated; 110public bool IsSigned => _isDisposed ? false : _pal.IsSigned; 115public bool IsEncrypted => _isDisposed ? false : _pal.IsEncrypted; 120public bool IsMutuallyAuthenticated => _isDisposed ? false : _pal.IsMutuallyAuthenticated; 172if (!IsAuthenticated || _isDisposed) 216if (_isDisposed) 317if (!IsAuthenticated || _isDisposed) 344if (!IsAuthenticated || _isDisposed) 372if (!IsAuthenticated || _isDisposed) 396if (!IsAuthenticated || _isDisposed) 421if (!IsAuthenticated || _isDisposed)