Answers for "sl/tl for wcf"

0

sl/tl for wcf

if (System.Net.ServicePointManager.SecurityProtocol == (SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls))
    System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Posted by: Guest on May-06-2021

Browse Popular Code Answers by Language