ZipReader.IsEncrypted Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
IsEncrypted
Gets a value indicating whether the currently read item is encrypted.
Declaration
public bool IsEncrypted { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if the item is encrypted; false otherwise. |