Reputation: 11
can Zippackage class be used to find content inside a password protected zip file, if not can it be done without using any 3rd party api
Upvotes: 1
Views: 1705
Reputation: 34177
I don't think so.
I suggest you use SharpZipLib instead: http://www.icsharpcode.net/opensource/sharpziplib/
Upvotes: 3