EncryptionSettings Class

Base class for settings for several zip encryption methods.
Inheritance Hierarchy

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

The EncryptionSettings type exposes the following members.

Constructors
  NameDescription
Protected methodEncryptionSettings
Initializes a new instance of the EncryptionSettings class.
Properties
  NameDescription
Public propertyMethod
Gets the encryption algorithm.
Public propertyPassword
Gets or sets password for encryption or decryption.
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.)
See Also