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