Hi,
As far as I remember, yes. Strong naming is just a requirement for an
assembly to be put into GAC, and if an assembly is strong-named, it will be
checked by the loader regardless of where it is being loaded from.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
"Dan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all
>
> does the CLR performs any load-time check for tampering/security on a
> strongly name assembly that is privately deployed (not installed into
GAC)?
>
> thanks
> dan
>
>