Monday, 20 February 2017

How to set SecurityProtocol in website
Ans:System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls;
How to check current enable protocol in site?
Ans: string sTesting = System.Net.ServicePointManager.SecurityProtocol.ToString();