.Net assembly PublicKeyToken

爷,独闯天下 提交于 2019-12-20 05:29:36

问题


Can often be seen a PublicKeyToken for an assembly, for example:

C1.Win.C1Input.C1NumericEdit, C1.Win.C1Input.4, Version=4.0.20131.33296, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a

What is this part of the line mean?


回答1:


The PublicKeyToken identifies the key that was used to sign a strong-named .net assembly. Read more about Strong-Named Assemblies here.



来源:https://stackoverflow.com/questions/17365349/net-assembly-publickeytoken

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!