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)
69if (!_isDisposed) 84public bool IsAuthenticated => _isDisposed ? false : _pal.IsAuthenticated; 104public bool IsSigned => _isDisposed ? false : _pal.IsSigned; 109public bool IsEncrypted => _isDisposed ? false : _pal.IsEncrypted; 114public bool IsMutuallyAuthenticated => _isDisposed ? false : _pal.IsMutuallyAuthenticated; 166if (!IsAuthenticated || _isDisposed) 210if (_isDisposed) 292if (!IsAuthenticated || _isDisposed) 319if (!IsAuthenticated || _isDisposed) 347if (!IsAuthenticated || _isDisposed) 371if (!IsAuthenticated || _isDisposed) 396if (!IsAuthenticated || _isDisposed)