10 references to Ssl3
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
354case SslProtocols.Ssl3:
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpHandler.cs (1)
1181if ((_sslProtocols & SslProtocols.Ssl3) != 0)
System.Net.Primitives (1)
System\Net\SecureProtocols\SslEnumTypes.cs (1)
25Default = Ssl3 | Tls
System.Net.Requests (1)
System\Net\ServicePoint\SecurityProtocolType.cs (1)
14Ssl3 = SslProtocols.Ssl3,
System.Net.Security (6)
System\Net\Security\NetSecurityTelemetry.cs (1)
355SslProtocols.Ssl3 => ("ssl", "3"),
System\Net\Security\SslConnectionInfo.Linux.cs (1)
98return SslProtocols.Ssl3;
System\Net\Security\SslStream.cs (2)
512if ((proto & SslProtocols.Ssl3) != 0) 514ret |= SslProtocols.Ssl3;
System\Net\Security\TlsFrameHelper.cs (2)
326SslProtocols.Ssl3 => s_protocolMismatch30, 7610 => SslProtocols.Ssl3,