Gets a value indicating whether the current ZipItem is encrypted.
Namespace:
Rebex.IO.CompressionAssembly: 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; } |