Hello,
As far as I know the Common folder is store some addition resource, like xaml style and so on. That just is a folder.
The myApp_TempoeraryKey.pfx is used for signing the package.
One of the larger questions facing the software industry is this: How can users trust code that is published on the Internet? Currently, most Web pages contain only static information, but soon they will be filled with controls and applications that are
downloaded and run locally, on the user's computer.
Packaged software uses branding and trusted sales outlets to assure users of its integrity, but these are not available when code is transmitted on the Internet. Additionally, there is no guarantee that the code hasn't been altered while being downloaded.
Browsers typically exhibit a warning message explaining the possible dangers of downloading data, but do nothing to actually see whether the code is what it claims to be. A more active approach must be taken to make the Internet a reliable medium for distributing
software.
That is why we need to sign the package, from
http://msdn.microsoft.com/en-us/library/ms537361(VS.85).aspx
There is how to sign the package
http://msdn.microsoft.com/en-us/library/windows/apps/br230260.aspx
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
