SSL - LdapConnection UserDefinedServerCertValidationDelegate
Where are the certificateError integer codes documented?
When I register my own UserDefinedServerCertValidationDelegate on an LdapConnection, my delegate gets called with an integer array containing -2146762481 and -2146762486.
According to this blog post <http://lists.ximian.com/pipermail/mono-bugs/2004-August/019653.html>
-2146762481 means that the certificate's DN doesn't match the server name.
-2146762487 means that the root certificate isn't trusted.
What does -2146762486 mean? And where are all these codes documented?
Thank you in advance.
- Dan
|