Hi,
Currently, I am using net-2.0 version Dlls, I want to decrypt the file. I found the below code, but it didn't support for net-2.0 version.
ZipArchive.Decrypt(zipFileToDecrypt, decryptedZipFile, password)
is there any way to decrypt using net-2.0 version DLLs?