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...
Continue reading...