LiteDAC

TLiteConnectionOptions.EncryptionAlgorithm Property

Used to specify the encryption algorithm for an encrypted database.

Class

TLiteConnectionOptions

Syntax

property EncryptionAlgorithm: TLiteEncryptionAlgorithm default DefaultEncryptionAlgorithm;

Remarks

Use the EncryptionAlgorithm property to specify the encryption algorithm when connecting to an encrypted database , or the encryption algorithm that will be used to encrypt a database using the TLiteConnection.EncryptDatabase method. Also, the TLiteConnection.EncryptionKey property is used to specify the encryption key to open/encrypt a database.

Interacting with encrypted database only available in the Direct mode .

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback