How can i convert C# to RDML?
Posted: Tue Apr 13, 2021 11:25 am
Hi.
I have a c# sample code ,need convert to RDML.
please help me,
thanks you.
[C# Sample][System.dll]
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
I have a c# sample code ,need convert to RDML.
please help me,
thanks you.
[C# Sample][System.dll]
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;