Gets the name of the algorithm used to encrypt the current ZipItem.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride ReadOnly Property EncryptionAlgorithm As EncryptionAlgorithm Get |
| C# |
|---|
public abstract EncryptionAlgorithm EncryptionAlgorithm { get; } |