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