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
TraditionalEncryptionSettings()Initializes a new instance of the TraditionalEncryptionSettings class without a password.

Properties

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

See Also