开发者

How to create a .NET assembly with a strong name programmatically?

开发者 https://www.devze.com 2023-03-15 17:00 出处:网络
Is there a way to create a strong-named assembly using CSharp开发者_StackOverflowCodeProvider?You could also specify the /keyfile: option in the CompilerOptions property of the CompilerParameters you

Is there a way to create a strong-named assembly using CSharp开发者_StackOverflowCodeProvider?


You could also specify the /keyfile: option in the CompilerOptions property of the CompilerParameters you send to the CSharpCodeProvider when compiling.


See SN.EXE ( http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx ). You'll have to execute that on your assembly pointing to a key file to do the signing.

0

精彩评论

暂无评论...
验证码 换一张
取 消