📜  使用 Tls12 .net 3.5 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:46.738000             🧑  作者: Mango

代码示例2
public const SslProtocols _Tls12 = (SslProtocols)0x00000C00;
public const SecurityProtocolType Tls12 = (SecurityProtocolType)_Tls12;
ServicePointManager.SecurityProtocol = Tls12