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