Can anyone point me to documentation on what CheckValidationResult does, if you don’t write your own? I want to add code that will dump out some information about the certificate, service point, and request if there is a failure, but I still want the validation
to fail if it would have anyway. I assumed that validation would fail if certificateProblem were non-zero, so I wrote something similar to this.
Public
Function CheckValidationResult(Go to the complete details ...