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