C# Wrapping an application within another application

Posted by Gio Borje on Stack Overflow See other posts from Stack Overflow or by Gio Borje
Published on 2010-04-14T02:33:59Z Indexed on 2010/04/14 2:43 UTC
Read the original article Hit count: 312

Filed under:
|
|
|

I want to secure some applications for some people without teaching them how to add an encryption or authentication, so I thought about mocking up a simple application that launches another application if some password or authentication function returns true. How would I wrap the application so that only the launcher would be able to access the file?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET