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