Signing an assembly with a strong name adds a public key encryption to the file containing the assembly manifest.
使用强名称对程序集进行签名将向包含程序集清单的文件添加公钥加密。
The final task for this current example is to assign our assembly a strong name.
当前示例的最后一项任务是为我们的程序集分配一个强名称。
When binding by strong name at run time, the common language runtime compares the key stored in Assembly B's manifest with the key used to generate the strong name for Assembly A.
当在运行时通过强名称进行绑定时,公共语言运行时会将存储在程序集 B 的清单中的密钥与用于为程序集 A 生成强名称的密钥进行比较。
应用推荐