13 references to Error
System.Net.Security (13)
System\Net\CertificateValidationPal.cs (1)
81NetEventSource.Error(null, SR.Format(SR.net_log_open_store_failed, storeLocation, exception));
System\Net\NegotiateAuthenticationPal.Unix.cs (8)
45if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(null, ex); 69if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(null, ex); 141if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex); 505if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex); 619if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, gex); 653if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex); 692if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, gex); 726if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex);
System\Net\Security\SslStream.IO.cs (3)
391if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, token.Status); 569if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, "invalid TLS frame size"); 1114if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, "invalid TLS frame size");
System\Net\Security\SslStream.Protocol.cs (1)
694NetEventSource.Error(this, "Certiticate callback returned no certificaete.");