如何才能使得我的C#程序集别人不能随便加载使用。

WhiteEat 2003-07-28 11:13:24
就是关于程序集签名的问题。能否给个代码例子。谢谢。
...全文
82 4 打赏 收藏 举报
写回复
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
colin666 2003-07-29
  • 打赏
  • 举报
回复
up
liduke 2003-07-29
  • 打赏
  • 举报
回复
学习ing.....
saucer 2003-07-29
  • 打赏
  • 举报
回复
if you mean to license your component, see

.NET Licensing
http://windowsforms.net/articles/Licensing.aspx
jennyq_zq 2003-07-29
  • 打赏
  • 举报
回复
check out StrongNameIdentityPermissionAttribute

[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand,
PublicKey="XXXXX")]
public class Class1
{
public string Test() {
return "Hello World";
}
}
相关推荐
发帖
C#

10.9w+

社区成员

.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
帖子事件
创建了帖子
2003-07-28 11:13
社区公告

让您成为最强悍的C#开发者