On Tue, 2006-08-15 at 17:10 -0500, [EMAIL PROTECTED] wrote: > I've looked around, but I can't seem to find anything. Is it possible > to sign .NET assemblies produced with gmcs with PFX files? I ask > because I have a .NET project building under VS2005 which is using > PFX. I would like to built it under Mono and sign it, but currently I > don't know how as its not a SNK. > > What piece am I missing to this seemingly simple puzzle.
Signing with a PKCS #12 file (the PFX extension) is a new option available in fx 2.0. Mono SN doesn't currently support this option (it's on my long todo list of 2.0 stuff) but it shouldn't be too difficult to add. However I never checked if this option was also implemented into the CSC compiler itself... Anyway if you fill a bug for this you'll be the first to know when it get fixed ;-) -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
