Default SecurityProtocol in .NET 4.5

前端 未结 17 1746
一生所求
一生所求 2020-11-22 03:24

What is the default security protocol for communicating with servers that support up to TLS 1.2? Will .NET by default, choose the highest security

17条回答
  •  萌比男神i
    2020-11-22 03:58

    For Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319 Value: SchUseStrongCrypto

    You have to set the value to 1.

提交回复
热议问题