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
  • 1,124
  • 10
  • 22
Vinod
  • 21
  • 1

0 Answers0