Gets a value that determines whether the entry is encrypted.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public bool IsEncrypted { get; } |
Visual Basic |
---|
Public ReadOnly Property IsEncrypted As Boolean Get |
Remarks
Encrypted entries can only be extracted if the Password property
on the containing C1ZipFile object is set to the password that was used
when the file was added to the zip file.