TLS 1.2 in .Net 4.0 without code change?
I found a solution for enabling TLS 1.2 by adding the following code, but was wondering if there is a solution that require code change.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
All my googleing is saying a big fat "No", but I thought I'd ask.
0 comments:
Post a Comment