ComponentOne Zip for .NET
IsEncrypted Property

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntry Class : IsEncrypted Property
Gets a value that determines whether the entry is encrypted.
Syntax
Public ReadOnly Property IsEncrypted As Boolean
public bool IsEncrypted {get;}
Remarks
Encrypted entries can only be extracted if the C1ZipFile.Password property on the containing C1ZipFile object is set to the password that was used when the file was added to the zip file.
See Also

Reference

C1ZipEntry Class
C1ZipEntry Members