[Mono-dev] Signing assemblies for gac

Andy Hume andyhume32 at yahoo.co.uk
Tue Aug 12 05:00:15 EDT 2008



Paul F. Johnson wrote:
> 
> I have an assembly which I need to strongly sign for inclusion into gac.
> I have a .snk file but I'm unsure if I need to use sn or al2. By the
> looks of it, it should be both, but I'm unsure on the syntax and msdn is
> not helping!
> 

You should need only to use sn.exe, or even just have gmcs do the signing. 
See the mcs manpage about the -keyfile option.

Also see this MSDN Mag articles
http://msdn.microsoft.com/en-us/magazine/cc163583.aspx and
http://msdn.microsoft.com/en-us/magazine/cc301389.aspx

Andy
-- 
View this message in context: http://www.nabble.com/Signing-assemblies-for-gac-tp18918167p18940379.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list