在Biztalk中签名程序集 [英] Signing an assembly in Biztalk

查看:172
本文介绍了在Biztalk中签名程序集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我是BizTalk中的新秀.我想知道签署任何项目的重要性.

Hi all,

I am rookie in BizTalk. I would like to know what is the importance of signing any project. when does the project gets GACd.

推荐答案

您不对项目签名.您实际上要对程序集进行签名,以便对其进行强命名.基本上,它是出于安全目的,但是下面的文章更详细地描述了它的重要性.

http://www.windowsdevcenter.com/pub/a/dotnet/2003/04/28/strongnaming.html [ ^ ]
You don''t sign the project. You actually sign the assembly in order for it to be strongly-named. Basically, it''s for security purposes, but the following article describes its importance in more detail.

http://www.windowsdevcenter.com/pub/a/dotnet/2003/04/28/strongnaming.html[^]



为了更清楚和简单,GAC是共享程序集的存储/存储库
我们为什么要使用共享程序集,是因为该dll可以在许多应用程序中使用
为了保护程序集不被修改/更改,必须使用强名称密钥对程序集进行签名

To be more clear and simple, GAC is a storage/repository for shared Assemblies
why do we go for shared Assemblies is that the dll can be used in many applications
To Protect your assemblies from being modified/changed it is necessary that you sign the assemblies using strong name key


这篇关于在Biztalk中签名程序集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆