windows-store-apps – 您的Microsoft Publisher ID是否必须保密?

前端之家收集整理的这篇文章主要介绍了windows-store-apps – 您的Microsoft Publisher ID是否必须保密?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
从Microsoft开发中心,您的 Publisher ID是……

the string that uniquely identifies your Windows Store developer account in your packages. The publisher ID is assigned by Microsoft,and you can’t change it.

这很可能出现在Windows 8的许多开源存储库中,因为它列在Package.appxmanifest文件identity元素中,这是构建项目所必需的.

在GitHub上搜索extension:appxmanifest显示大约5,000个带有此信息的文件,因为appxmanifest不在默认的gitignore上.

这是G00Hub在Removing Sensitive Data的帮助页面,但我想知道是否有理由首先担心它.

问:为什么这应该保密?有安全理由吗?

Q: Is there a security reason why this should remain private?

我不会说这是因为100%的安全原因.但也有其他因素.由于您从Store中的开发人员帐户获取的此发布者ID将帮助您创建具有您选择的发布者ID的证书.您也可以创建密码.

发布商ID可帮助您签署应用包

If you either create a package for the Windows Store or associate your
app with it,the Publisher attribute is set to the Publisher ID that’s
obtained from your developer account at the Store when you sign in
during package creation.

因此,您的发布商ID实际上是在识别您.所以最好保证它的安全.(非常类似于你不喜欢将你的银行帐户详细信息提供给除银行以外的任何人;-))

因此,如果您的发布商ID不安全或公开,那么您可能会放弃该选择.

检查这个To create or use an alternate certificate

原文链接:https://www.f2er.com/windows/363609.html

猜你在找的Windows相关文章