Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您有一个第三方程序集需要完全信任才能进行日志记录操作(此程序集没有AllowPartiallyTrustedCallers)。
AllowPartiallyTrustedCallers
您可以通过自定义程序集使用此程序集,AllowPartiallyTrustedCallers然后将其部署到 GAC。
当依赖项(第三方程序集)出现安全要求时,如何使用来自低信任代码的自定义程序集?
注意:上下文是共享点。
最佳猜测:缺少安全要求的断言。查看MSDN 教程以开始使用。以及Assert 方法的SecurityPermission类。