AesEcryptionSettings

AesEcryptionSettings class

Settings for AES encryption or decryption algorithm.

public class AesEcryptionSettings : EncryptionSettings

Constructors

NameDescription
AesEcryptionSettings(EncryptionMethod)Initializes a new instance of the AesEcryptionSettings class without a password.
AesEcryptionSettings(string, EncryptionMethod)Initializes a new instance of the AesEcryptionSettings class.

Properties

NameDescription
Method { get; }Gets the encryption algorithm.
Password { get; set; }Gets or sets password for encryption or decryption.

Remarks

See more at https://www.winzip.com/win/en/aes_info.html

See Also