3 references to net_ssl_read_bio_failed_error
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
1353
throw CreateSslException(SR.
net_ssl_read_bio_failed_error
);
System\Net\Security\TlsSession.OpenSsl.cs (2)
135
throw Interop.OpenSsl.CreateSslException(SR.
net_ssl_read_bio_failed_error
);
150
throw new IOException(SR.
net_ssl_read_bio_failed_error
);