strong name signing a WP7 project?
Why is there no strong-name signing support for a WP7 project? There is no Signing tab in the Project properti开发者_运维百科es.
I've managed to sign it anyways using the AssemblyKeyFile and AssemblyDelaySign attributes in AssemblyInfo.cs, but now I'm wondering if there's a reason why it was removed from the UI?
For WP7, the signing occurs within the Marketplace - not within VS2010. Microsoft apparently get a certificate on your behalf when you signup for the AppHub.
If and when Microsoft provide non-Marketplace "Enterprise" distribution for apps, then they may provide another mechanism for signing.
精彩评论