Re: possible to detect if a loaded assembly was verified?
- From: Eric Pearson <reply@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 14:46:22 +0000 (UTC)
Sweet... that works perfectly, thanks. Now I've got a 5-line segment of code I can sprinkle throughout my apps to really minimize the chance of tampering.
Hello Nicole Calinoiu" calinoiu REMOVETHIS AT gmail DOT com,
Yes, it's possible. See
http://blogs.msdn.com/shawnfa/archive/2004/06/07/150378.aspx for
details.
"Eric Pearson" <reply@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:e3cfe93622f38c851e84c7fe8f0@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know....
is it possible to see if a loaded assembly skipped verification or
was verified?
I'd like my application code to be able to programatically verify
that a loaded dependency assembly is indeed signed properly and did
NOT use skip-verification, other than checking the verification lists
by shelling out to sn.
This way I can greatly lower the probability that a dependent
assembly was recompiled by an untrusted source.
.
- References:
- Re: possible to detect if a loaded assembly was verified?
- From: Nicole Calinoiu
- Re: possible to detect if a loaded assembly was verified?
- Prev by Date: Re: Security Error while Calling another Assembly
- Next by Date: C# windows service freezes on System.Diagnostics.Process.Start(info)
- Previous by thread: Re: possible to detect if a loaded assembly was verified?
- Next by thread: C# windows service freezes on System.Diagnostics.Process.Start(info)
- Index(es):
Relevant Pages
|