Strong name signing a WP7 project?

Why is there no signature support for the WP7 name? The project properties do not have a Signing tab.

I managed to sign it anyway using the AssemblyKeyFile and AssemblyDelaySign attributes of AssemblyInfo.cs, but now I wonder if there is a reason why it was removed from the user interface?

+3
source share
1 answer

For WP7, signing takes place inside the Marketplace - not in VS2010. Microsoft seems to get a certificate on your behalf when you sign up for AppHub.

If and when Microsoft provides a distribution for non-Marketplace enterprises for enterprise applications, they can provide another mechanism for signing up.

+4
source

All Articles