1

How to find the TLS version when an API call in C# (RestClient and WebRequest)? How to change the TLS version? Is there any way to change TLS version?

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | 
                                   SecurityProtocolType.Tls11;
Mahesh Waghmare
  • 726
  • 9
  • 27
Vinod
  • 21
  • 2

0 Answers0