3
302218
Guest
I need to add TLS 1.2 to the C# ServicePointManager:SecurityProtocol property. This is the c# code looks rather simple: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; But I need to do from the ABL. How would I translate this in ABL code? Maybe I don't see the obvious but I can only set the property to exactly one value: assign ServicePointManager:SecurityProtocol = SecurityProtocolType:Tls11. Thanks in Advance and Best Regards, Richard.
Continue reading...
Continue reading...