Regarding StrongNameIdentityPermissionAttribute

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

Hi Folks,

How can I secure an Assembly (DLL) from being referenced in programs other than my Strong Named Assembly (EXE) by using the StrongNameIdentityPermissionAttribute.

Nelson
 
How can I secure an Assembly (DLL) from being referenced in programs other than my Strong Named Assembly (EXE) by using the StrongNameIdentityPermissionAttribute.

The StrongNameIdentityPermissionAttribute will not prevent anyone from
referencing your assembly (I don't think anything will). It can,
however, prevent others from calling methods in it.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top