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