Latebinded assemblies: strongname verification
From: Claus Konrad (claus_at_whoknows.it)
Date: 04/20/04
- Next message: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Previous message: Claus Konrad: "LateBound assemblies: strongname verification?"
- Next in thread: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Reply: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 20 Apr 2004 16:14:32 +0200
Hi
I am having a a plugin-framework, where I need to load assemblies (the
plugins') into my application. I want to verify that the assembly that I am
about to load, has indeed been signed with a keypair from my company.
Be advised that it is kind of "reverse" security demands I am dealing with
here; as I am not checking the Caller (this is my self), but the Callee (the
component/assembly).
This is ofcource to prevent malicious components from being loaded by my app
(and thereby crashing the entire system). I guess it must be a pretty often
seen scenario?
How can I verify the keypair of a loaded assembly?
Reflection does not seem to give much info on this topic?
/Claus
- Next message: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Previous message: Claus Konrad: "LateBound assemblies: strongname verification?"
- Next in thread: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Reply: Mattias Sjögren: "Re: Latebinded assemblies: strongname verification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|