Keycontainer
Knuddlbaer
Posts: 13
Is it possible to use keycontainer on strong name singing?
best regards
Michael
best regards
Michael
Comments
http://msdn.microsoft.com/en-us/library ... 80%29.aspx
and
[assembly: AssemblyKeyName("<Keyname>")]
http://snipplr.com/view/920/shared-stro ... container/
You can install an key in keycontainer using sn.exe -i . Than you can refer this key with
[assembly: AssemblyKeyName("<Keyname>")]
or compilerflag /keycontainer
so you do not need to handle the file unsave on any drive or get the usb stick out of the securitybox.
I build my framework with AssemblyKeyName and need to take my usb stick on obfuscating. It was nice, if i can use the key from keycontainer to like the c# compiler with /keycontainer.
I'm sorry for my bad english.
Best regards
Michael
Best regards
Michael