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); 114_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 279return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));