Decrypts an existing ZIP archive to the specified zip archive.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Shared Sub Decrypt ( _
	zipFileToDecrypt As String, _
	decryptedZipFile As String, _
	password As String _
)
C#
public static void Decrypt(
	string zipFileToDecrypt,
	string decryptedZipFile,
	string password
)

Parameters

zipFileToDecrypt
Type: System..::..String
Path to an encrypted ZIP archive file to be decrypted.
decryptedZipFile
Type: System..::..String
Path where to save decrypted ZIP archive file.
password
Type: System..::..String
Password to be used for decryption.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also