[progress Communities] [progress Openedge Abl] Forum Post: Openedge 11.3.1: Changing...

  • Thread starter Thread starter 302218
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top