1 write to AlertDescription
System.Net.Security (1)
System\Net\Security\TlsFrameHelper.cs (1)
247info.AlertDescription = description;
4 references to AlertDescription
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
363if (_lastFrame.Header.Type == TlsContentType.Alert && _lastFrame.AlertDescription != TlsAlertDescription.CloseNotify && 367throw new AuthenticationException(SR.Format(SR.net_auth_tls_alert, _lastFrame.AlertDescription.ToString()), token.GetException()); 426if (NetEventSource.Log.IsEnabled() && _lastFrame.AlertDescription != TlsAlertDescription.CloseNotify) NetEventSource.Error(this, $"Received TLS alert {_lastFrame.AlertDescription}");