signed assembly

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cs

    signed assembly

    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!


  • Patrick Steele [MVP]

    #2
    Re: signed assembly

    In article <OEHSoMYTEHA.37 00@TK2MSFTNGP09 .phx.gbl>, [rem]casolorz[rem]
    @hot[rem]mail.com says...[color=blue]
    > 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![/color]

    See:



    --
    Patrick Steele
    Microsoft .NET MVP

    Comment

    • cs

      #3
      Re: signed assembly

      thank you very much, looks like what i needed, thanks

      "Patrick Steele [MVP]" <patrick@mvps.o rg> wrote in message
      news:MPG.1b2fcc aafadb8b8998991 f@msnews.micros oft.com...[color=blue]
      > In article <OEHSoMYTEHA.37 00@TK2MSFTNGP09 .phx.gbl>, [rem]casolorz[rem]
      > @hot[rem]mail.com says...[color=green]
      > > is there a way to check trhough c# code if an assembly is signed and if[/color][/color]
      it[color=blue][color=green]
      > > 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![/color]
      >
      > See:
      >
      > http://tinyurl.com/2lo2q
      >
      > --
      > Patrick Steele
      > Microsoft .NET MVP
      > http://weblogs.asp.net/psteele[/color]


      Comment

      Working...