Comments
7 comments
-
I'm afraid I don't know what you mean. You mean you want to use a software signing certificate and strong-naming together on a protected assembly? That's okay. A few other people that have contacted me are doing just that.
-
Using strong name with keycontainer like:
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 -
[edit]Wrong window - sry[/edit]
-
As far as I know you're limited to an assembly key file for signing in SmartAssembly.
-
Is it possible to make an feature request for future versions?
Best regards
Michael -
Yes, I will do that.
-
Our reference number for the feature request is SA-882. Thanks!
Add comment
Please sign in to leave a comment.
best regards
Michael