17 references to Tls11
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
171System.Security.Authentication.SslProtocols.Tls11 |
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
362case SslProtocols.Tls11:
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpHandler.cs (1)
1193if ((_sslProtocols & SslProtocols.Tls11) != 0)
System.Net.Requests (1)
System\Net\ServicePoint\SecurityProtocolType.cs (1)
18Tls11 = SslProtocols.Tls11,
System.Net.Security (9)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
157protocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12;
System\Net\Security\NetSecurityTelemetry.cs (2)
193case SslProtocols.Tls11: 235case SslProtocols.Tls11:
System\Net\Security\SslConnectionInfo.Linux.cs (1)
77case (byte)'1': return SslProtocols.Tls11;
System\Net\Security\SslStream.cs (2)
524if ((proto & SslProtocols.Tls11) != 0) 526ret |= SslProtocols.Tls11;
System\Net\Security\TlsFrameHelper.cs (3)
322SslProtocols.Tls11 => s_protocolMismatch11, 349case SslProtocols.Tls11: 7572 => SslProtocols.Tls11,
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDefaults.cs (1)
19SSAuth.SslProtocols.Tls11 |
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TransportDefaults.cs (1)
25SSAuth.SslProtocols.Tls11 |
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransportDefaults.cs (1)
172System.Security.Authentication.SslProtocols.Tls11 |
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\TransportDefaults.cs (1)
25SSAuth.SslProtocols.Tls11 |