3 references to SslException
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
542
handshakeException = new
SslException
(SR.Format(SR.net_ssl_handshake_failed_error, errorCode), innerError);
610
throw new
SslException
(SR.Format(SR.net_ssl_encrypt_failed, errorCode), GetSslError(retVal, errorCode));
665
throw new
SslException
(SR.Format(SR.net_ssl_decrypt_failed, errorCode), GetSslError(retVal, errorCode));