hi,
i want to lock a folder, contains an decrypted video file. Along with this i want to play this file using windows application. But no one can copy or cut this file while playing. Is there any method to develop this? Here actual scenario is need to play a video from a encrypted video file. what i have done is decrypt this video and saved to a folder 'a' and play that file in my windows application. but while playing any one can copy the decrypted file from 'a'. Is there any method to prevent this.?
please help me
thanks in advance.
aniperiye 0 Newbie Poster
Recommended Answers
Jump to PostI got curious about this and looked into it a bit. As mano said, there is a class under System.Security.DirectorySecurity that handles control to a folder, and allows you to restrict access to certain users with it. The problem with this is, the user (assuming with local admin priveleges) can …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.