I have read many MSDN articles about assembly signing and I haven’t found nothing about creating the key, just about creating the file, but the 3 methods listed to create a file needs a pre-generated key. Can you provide me a link to a tutorial to this?
I have read many MSDN articles about assembly signing and I haven’t found nothing
Share
Here’s how you create a new Public/Private key pair. You can do the same thing from within the VS UI – see Signing tab in Project Properties.