StrongNameIdentityPermission - SNIP
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I came across this little unknown facet of .net a few days ago and today I decided to build a sample application to test this out. I followed the instructions as to how to apply SNIP specified on this site: http://www.morganskinner.com/Articles/StrongNameIdentityPermission/[^] When I called my assembly in an unsigned project, it failed to give me any warning and my method from my signed class library executed. Is this is happening because the signed class library is running in full trusted zone ?