Hey,

On Mon, Nov 22, 2010 at 11:24 AM, Raph <[email protected]> wrote:
> my problem at the moment is, that i dont see any possibility to sign
> an assembly in memory.

Doesn't:

MemoryStream stream = new MemoryStream ();
assembly.Write (stream, new WriterParameters { StrongNameKeyPair = ... });

Work for you?

Jb

-- 
--
mono-cecil

Reply via email to