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; }

Return Value

Name of the encryption algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also