I access to my zip content using this :
var localDir =FileSystemManager.Default.ResolveDirectory("zip://[file://W:/Temp/cabinet.public/cabinet.zip]/cabinet");
It's ok when zip has no password, but not when zip content is password protected.
How can I set zip passwords?
Thank you