本文介绍了签署大会然后禁用大会验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个程序集,例如SomeDLL.dll.为了保护篡改,我已经使用VS-2010的对程序集签名"功能对其进行了签名.
然后,我在项目中引用了它,但它不起作用,并抛出了一些与验证有关的错误.然后,我使用以下命令禁用了验证:
sn -Vr SomeLL.dll.
我的问题是在使用上述命令禁用验证后,此签名是否仍然有效?
谢谢.
I have an assembly, for example SomeDLL.dll. I have signed it using the "Sign the assembly" functionality of the VS-2010 in order to protect tampering.
Then, I have referenced it in a project and it did not work and throws some error related to verification. Then, I have disabled the verification using the command of:
sn -Vr SomeLL.dll.
My question is after I have disabled the verification using the above command, does this signing still effective?
Thank you.
推荐答案
这篇关于签署大会然后禁用大会验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!