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
 
Back
Top