Controlling access to an assembly - Ahmed Salijee

Ahmed Salijee

Controlling access to an assembly

I got a question from a developer who wanted to ensure that his component could only be called from his code and wanted to know if there was any way of accomplishing this.

http://samples.gotdotnet.com/quickstart/howto/doc/security/CodeIdentityDemand.aspx answers this. It makes use of Code Access security and code signing. Not sure how well it works in remoting scenarios.