TraditionalEncryptionSettings Class

Settings for traditional ZipCrypto algorithm.
Inheritance Hierarchy
SystemObject
  Aspose.Zip.SavingEncryptionSettings
    Aspose.Zip.SavingTraditionalEncryptionSettings

Namespace:  Aspose.Zip.Saving
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public class TraditionalEncryptionSettings : EncryptionSettings

The TraditionalEncryptionSettings type exposes the following members.

Constructors
  NameDescription
Public methodTraditionalEncryptionSettings
Initializes a new instance of the TraditionalEncryptionSettings class without a password.
Public methodCode exampleTraditionalEncryptionSettings(String)
Initializes a new instance of the TraditionalEncryptionSettings class.
Properties
  NameDescription
Public propertyMethod
Gets the encryption algorithm.
(Inherited from EncryptionSettings.)
Public propertyPassword
Gets or sets password for encryption or decryption.
(Inherited from EncryptionSettings.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
See section 6.0 at ZIP format description: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
See Also