我应该在哪里设置Windows服务器中的TLS安全协议?

时间:2018-03-05 20:03:15

标签: c# ssl windows-services tls1.2

我是否应该在Windows服务中明确设置TLS 1.2安全协议?

即。是否有一个特定的事件在启动时最好这样做,所以它是全局设置。

1 个答案:

答案 0 :(得分:2)

你的问题不是很清楚。我的猜测是

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;