Gets the name of the algorithm used to encrypt the current ZipItem.

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

Syntax

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

Return Value

Name of the encryption algorithm.

See Also