Gets a value indicating whether the current ZipItem is encrypted.

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

Syntax

C#
public abstract bool IsEncrypted { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property IsEncrypted As Boolean
Visual C++
public:
virtual property bool IsEncrypted {
	bool get () abstract;
}

Return Value

True if the item is encrypted; false otherwise.

See Also