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 Overrides ReadOnly Property EncryptionAlgorithm As EncryptionAlgorithm Get |
C# |
---|
public override EncryptionAlgorithm EncryptionAlgorithm { get; } |