signed assembly

  • Thread starter Thread starter cs
  • Start date Start date
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!
 
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!

See:

http://tinyurl.com/2lo2q
 
Back
Top