TraditionalEncryptionSettings

TraditionalEncryptionSettings class

Settings for traditional ZipCrypto algorithm.

The TraditionalEncryptionSettings type exposes the following members:

Constructors

NameDescription
TraditionalEncryptionSettings(password)Initializes a new instance of the TraditionalEncryptionSettings class.
TraditionalEncryptionSettings(password, encoding)Initializes a new instance of the TraditionalEncryptionSettings class with user defined encoding.
TraditionalEncryptionSettings()Initializes a new instance of the TraditionalEncryptionSettings class.

Properties

NameDescription
methodGets the encryption algorithm.
passwordGets or sets password for encryption or decryption.

See Also