c# - 为什么在我的项目中创建 “ProjectName_TemporaryKey.pfx”文件?

标签 c# c#-4.0

为什么在项目中创建文件“ProjectName_TemporaryKey.pfx”?
在项目中有什么用?我的项目中有EDM,有些形式如此。

最佳答案

这是用于代码签名的文件:

Assembly signing (also called strong-name signing) gives an application or component a unique identity that other software can use to identify and refer explicitly to it. A strong name consists of its simple text name, version number, culture information (if provided), plus a public/private key pair. This information is stored in a key file; this can be a Personal Information Exchange (PFX) file or a certificate from the current user's Windows certificate store



Here是更多信息。

关于c# - 为什么在我的项目中创建 “ProjectName_TemporaryKey.pfx”文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18437424/

相关文章:

c# - 如何在 AutoMapper 中添加自定义逻辑?

c#-4.0 - 如何访问安装在另一台机器上的 CouchDB?

mysql - "Error ... Could not load file or assembly ' MySql.Data.Entity.EF5,版本=6.9.9.0 ...”

c# - 我想在删除 OOB 应用程序时删除存储在独立存储中的文件

c# - 在 C#.net 中将自定义按钮添加到 gridview

sql-server - 使用单例类创建数据库上下文是一种好习惯吗?

c# - Excel VSTO 如何工作?

c# - Chrome 风格的 C# 应用程序?

c# - 如何在c#中将json转换为json对象?

c# - 从 C# 中文本框的单选按钮获取值