[progress Communities] [progress Openedge Abl] Forum Post: C# Translate To Abl - Ignoring...

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
I'm pretty sure this can't be done directly in the ABL but wanted to run it past the experts to confirm. I'd be very happy to be wrong. ServicePointManager.ServerCertificateValidationCallback = MyCertHandler; static bool MyCertHandler(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors error) { return true; }

Continue reading...
 
Status
Not open for further replies.
Back
Top