I want to change the key mentioned in fig., when i change the certificate file it changes to the another temporary key, and the publisher folder is creating with this key as name. but i want it as a meaningful name. is it possible.? if anybody knows, please help me.
相关问题
- Inheritance impossible in Windows Runtime Componen
- Microsoft store certification fails due to DPI awa
- Maven - Access properties on parent pom from a chi
- Uwp: Xaml Parse Error with Target Device Family De
- How to receive scriptNotify from html in appdata o
相关文章
- How to create a MediaClip from RenderTargetBitmap
- Show flyout using BottomAppBar
- How to overlay items in StackPanel or ListView?
- C# UWP Toolkit DropShadowPanel inner shadow
- Is it possible to create a docker container from T
- Could not find a suitable SDK to target
- await Task.CompletedTask for what?
- How to create a square button?
The package family name is the combination of
YourProjectName
andTemporaryKey
. And theTemporaraykey
is a hash value of thePublisher
. PFN(Package family name) gets automatically populated as a combination ofPackage name
and theTemporarykey
. It just changes with the value ofPublisher
changing. But it will always be a hash value not a meaningful name.