Friday, January 19, 2018

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.

TLS 1.2 in .Net 4.0 without code change? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team