Search code snippets, questions, articles...

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

System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)(768 | 3072);
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet