How to Identify Delay signed assembly
.net, .net-assembly
Solution
You need to use sn -vf
Verify for strong name signature self consistency. If -vf is specified, force verification even if disabled in the registry.
Problem
I have lot of assemblies inside one folder. Only some of them are marked for delay signing. Now, I have to sign all those assemblies who have marked for delay signing. How to identity which assembly is marked for delay signing and which is not?