C
cs
is there a way to check trhough c# code if an assembly is signed and if it
has the same signature as another assembly?
I have some code that uses reflection on some types that belong to some
assemblies that are loaded on runtime however I want to make sure the
assemblies are signed with our key!
has the same signature as another assembly?
I have some code that uses reflection on some types that belong to some
assemblies that are loaded on runtime however I want to make sure the
assemblies are signed with our key!