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