I wrote:

> Mark your assemblies with the
> StrongNameIdentityPermissionAttribute using
> SecurityAction.LinkDemand and your public key.

Ooops! SecurityAction.LinkDemand is at the method level. Use
SecurityAction.RequestMinimum instead if you're going to mark the whole
assembly with the attribute.

Later,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to