简体   繁体   English

.NET Framework 2.0是否支持TLS1.1?

[英]Does .NET Framework 2.0 Support TLS1.1?

While I am aware that .NET Framework 2.0 does not support TLS1.2, does it support TLS1.1? 虽然我知道.NET Framework 2.0不支持TLS1.2,但是它支持TLS1.1吗? I cannot seem to find the answer anywhere. 我似乎在任何地方都找不到答案。 I know that you have to enable it on .NET 4.0 and 4.5 (and is enabled by default on 4.6) but I cannot seem to find documentation about the SSL versions that older .NET Frameworks support. 我知道您必须在.NET 4.0和4.5上启用它(并且默认情况下在4.6上启用),但是我似乎找不到有关较旧.NET Frameworks支持的SSL版本的文档。

.NET doesn't care about different TLS versions .NET不在乎不同的TLS版本

Any built-in .NET socket that requires TLS rely on the SChannel API in Windows, so the supported TLS version 100% depends on the version of the Windows operating system running on the target system, not .NET . 任何需要TLS的内置.NET套接字都依赖于Windows中的SChannel API ,因此受支持的TLS版本100%取决于目标系统( 而不是.NET)上运行的Windows操作系统的版本。

According to this MSDN article , TLS 1.1, 1.2 is available on Windows 7 / Windows Server 2008 R2 and newer operating systems. 根据此MSDN文章 ,Windows 7 / Windows Server 2008 R2和更高版本的操作系统上提供TLS 1.1、1.2。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM