The compiler inserts the public key into the assembly manifest and reserves space in the pe file for the full strong name signature 编译器将公钥插入程序集清单,并在pe文件中为完整的强名称签名保留空间。
In visual c , the completion list includes code snippets to help you easily insert predefined bodies of code into your program 在visual c #中,完成列表中包括可帮助您方便地将预定义的代码体插入程序中的代码段。
The linker creates a signed assembly by inserting a public key into the assembly manifest and signing the final assembly with the private key . to generate a key file , type 链接器通过将公钥插入程序集清单并用私钥对最终的程序集签名来创建签名的程序集。
When this option is used , the compiler inserts the public key from the specified file into the assembly manifest and then signs the final assembly with the private key 使用此选项时,编译器将从指定的文件将公钥插入程序集清单中,然后使用私钥对最终程序集进行签名。
When the keycontainer option is used , the compiler creates a sharable component by inserting a public key from the specified container into the assembly manifest and signing the final assembly with the private key 使用/ keycontainer选项时,编译器将创建可共享的组件,方法是通过从指定的容器将公钥插入程序集清单中并使用私钥对最终程序集进行签名。