3 references to SslException
System.Net.Security (3)
System\Net\Security\SslStreamPal.Unix.cs (3)
17return status.Exception ?? new Interop.OpenSsl.SslException((int)status.ErrorCode); 113_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 277return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));