Carlos,
>I have checked the StrongNameIdentityPermissionAttribute but it does not
>work for me.
What doesn't work?
It seems to be better to figure out how to do it the supported way
than to implement your own hack.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Carlos Campos - 06 Jan 2005 17:53 GMT
Here is the reason:
"Full demands for StrongNameIdentityPermission succeed only if all the
assemblies in the stack have the correct evidence to satisfy the demand."
I want to check only the application, we use third party dlls between the
stack, so I think my application will fail. Also, what happens with COM+,
they run under Framework DLLs with another strongName, or not?
"Mattias Sjögren" wrote:
> Carlos,
>
[quoted text clipped - 7 lines]
>
> Mattias