How do I prevent other programs from accessing my class libraries?

  • Thread starter Thread starter Bob N
  • Start date Start date
B

Bob N

Well the title says it all I guess. Could someone please
point me in the right direction?

Thanks for any help you can provide.
 
Hi Bob,

Bob N said:
Well the title says it all I guess. Could someone please
point me in the right direction?

Thanks for any help you can provide.

Take a look at the documentation for StrongNameIdentityPermission:
http://tinyurl.com/qgqt (MSDN)

Here's an article that gives a couple scenarios using
StrongNameIdentityPermission(toward the bottom):
http://tinyurl.com/qgr9 (MSDN)

Regards,
Dan
 

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