如何配置 MEF(托管扩展性框架)以仅加载签名的程序集

发布于 2024-11-15 12:54:49 字数 149 浏览 3 评论 0原文

我有一个使用 MEF 动态加载程序集的应用程序。但是,目前,它正在加载我的程序集,无论它们是否已签名。我想防止其他人放入他们自己的程序集并让我的应用程序加载并运行它们。我希望 MEF 仅加载已由我签名的程序集。

这可以做到吗?如果是这样,怎么办?

谢谢

I have an application that uses MEF to dynamically load assemblies. However, currently, it is loading my assemblies whether they are signed or not. I want to prevent others from dropping in their own assemblies and having my application load them and run them. I'd like MEF to only load assemblies that have been signed by me.

Can this be done? If so, how?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甚是思念 2024-11-22 12:54:49

以下博客文章准确展示了如何执行此操作:如何控制谁可以为您的 MEF 应用程序编写扩展

Here's a blog post that shows exactly how to do this: How To Control Who Can Write Extensions For Your MEF Application

哭了丶谁疼 2024-11-22 12:54:49

是的。实现一个过滤目录来检查程序集的公钥是否是唯一的您指定的。

Yes. Implement a filtering catalog that checks if the public key of the assembly is the one that you specify.
)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文