AesEcryptionSettings

AesEcryptionSettings class

Settings for AES encryption or decryption algorithm.

The AesEcryptionSettings type exposes the following members:

Constructors

NameDescription
AesEcryptionSettings(password, method)Initializes a new instance of the AesEcryptionSettings class
AesEcryptionSettings(method)Initializes a new instance of the AesEcryptionSettings class

Properties

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

See Also