I recently learned about the ability of Visual Studio to create a Setup.exe file for your project when publishing a project (Build → Publish [Project Name]). When I did this, I noticed that a new file with the name "[Project Name] _TemporaryKey.pfk" was added to my project (so if the project was HelloWorld, then .pfk would be "HelloWorld_TemporaryKey.pfk").
What is this file and why do I need it?
Is a PermanentKey needed at some point?
Thank you for your help.
source
share