(C#/C++ CLI) Is it possible to protect my C++ CLI assemblies from being used in other .NET projects?
- by George Johnston
I have created a C++ CLI wrapper for native C++ code, which in turn I reference in my C# application. Is it possible to somehow protect this assembly so that it may only be used in my application without the possibility of someone else using it?
I'm a Microsoft technology developer, I'm all about selfishness :)