I wanted to keep the files that are inside the application to be copy protected, so nobody can copy the files & use it for their own purpose. Only the application can read the file when it runs.
Can we achieve this?
This is an desktop application created using .net C# WPF.