On Tue, 2010-07-27 at 13:01 -0700, FP55 wrote: > I have a co-worker that wants a solution that will allow him to export the > server certificates from within eDirectory. Is this possible, if so, any > examples?
That looks like an LDAP question - i.e. not something that Mono.Security does (e.g. replace "server certificate" by "string" and the main question remains without involving mscorlib.dll ;-) > They essentially want both the private and public key so that they can > regenerate all certs needed for OES2 servers. Mono.Security can deal with them (certs and private keys) but won't pull or push them to LDAP servers. > The online doc is not published yet for mono.security. Parts of Mono.Security.dll are documented (under "Mono Libraries") in http://www.go-mono.com/docs/ Otherwise you have the "absolute documentation" in the source code of both the assembly and the tools that it. More than 90% of the code exists because it was needed somewhere (mostly the security tools, a bit of the BCL too). Be warned that most of the code are low-level API (compared to the framework). Sebastien _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
