c-sharp

C# - enable tls1.2 for old .net versions

System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)(768 | 3072);
Was this helpful?