Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.NET 中使用的“.pfx”扩展名是什么?
为什么在构建解决方案时要求输入密码?
包含加密私钥的文件。它可能被用于对应用程序进行代码签名(因此用户知道谁创建了程序,因此他们是否可以信任它)。
通过右键单击项目,获取属性,然后查看签名选项卡,您可能会看到它正在被使用。
.pfx 是安全证书的扩展。它们通常受密码保护。