Gets a value indicating whether the current ZipItem is encrypted.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsEncrypted As Boolean
	Get
C#
public abstract bool IsEncrypted { get; }

Return Value

True if the item is encrypted; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also