dotnet core disable tls 1.3 code example
Example: Net.ServicePointManager.SecurityProtocol .net framework 4
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;