Ionic Zip Library v1.9.1.6
OpenReader Method (password)
Opens a readable stream for an encrypted zip entry in the archive.
The stream decompresses and decrypts as necessary, as it is read.

C# | Visual Basic | Visual C++ |
public CrcCalculatorStream OpenReader( string password )
Public Function OpenReader ( _ password As String _ ) As CrcCalculatorStream
public: CrcCalculatorStream^ OpenReader( String^ password )

- password (String)
- The password to use for decrypting the entry.

The Stream for reading.

See the documentation on the OpenReader()()()() method for full details. This overload allows the application to specify a password for the ZipEntry to be read.