3 references to SSL_ERROR_ZERO_RETURN
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
765case Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN: 807case Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN:
System\Net\Security\SslStreamPal.Unix.cs (1)
109Interop.Ssl.SslErrorCode.SSL_ERROR_ZERO_RETURN => new SecurityStatusPal(SecurityStatusPalErrorCode.ContextExpired),