Is it possible to use keycontainer on strong name singing?

best regards
Michael
Knuddlbaer
0

Comments

7 comments

  • Brian Donahue
    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.
    Brian Donahue
    0
  • Knuddlbaer
    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
    Knuddlbaer
    0
  • Knuddlbaer
    [edit]Wrong window - sry[/edit]
    Knuddlbaer
    0
  • Brian Donahue
    As far as I know you're limited to an assembly key file for signing in SmartAssembly.
    Brian Donahue
    0
  • Knuddlbaer
    Is it possible to make an feature request for future versions?

    Best regards
    Michael
    Knuddlbaer
    0
  • Brian Donahue
    Yes, I will do that.
    Brian Donahue
    0
  • Brian Donahue
    Our reference number for the feature request is SA-882. Thanks!
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.