SevenZipAESEncryptionSettings Class

Settings for AES encryption or decryption algorithm.
Inheritance Hierarchy

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

The SevenZipAESEncryptionSettings type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleSevenZipAESEncryptionSettings
Initializes a new instance of the SevenZipAESEncryptionSettings class.
Properties
  NameDescription
Public propertyPassword
Gets or sets password for encryption or decryption.
(Inherited from SevenZipEncryptionSettings.)
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
The AES-256 is the only possible encryption method for 7z archive. So the SevenZipAESEncryptionSettings is the only implementation.
See Also