Why are signed assemblies slow to load?

后端 未结 7 2072
不知归路
不知归路 2020-12-02 19:35

I encountered a strange problem this week that I can\'t explain: I switched my application to use the signed version of some third party assemblies (Xceed Grid and some of t

相关标签:
7条回答
  • 2020-12-02 20:00

    Loading signed assemblies will definitely be slower than non-signed counterparts because signature needs to be verified, but this should be completely negligible.

    Passing from 5 seconds to 90 seconds?? I think you need to contact the assembly author and ask them if they changed only the signature :-)

    0 讨论(0)
提交回复
热议问题