ZipArchive.Decrypt Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9313)
Decrypt(String, String, String)
Decrypts an existing ZIP archive to the specified zip archive.
Declaration
public static void Decrypt(string zipFileToDecrypt, string decryptedZipFile, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| String | zipFileToDecrypt | Path to an encrypted ZIP archive file to be decrypted. |
| String | decryptedZipFile | Path where to save decrypted ZIP archive file. |
| String | password | Password to be used for decryption. |