LiteDAC

TLiteConnection.EncryptionKey Property

Used to specify the encryption key for working with an encrypted database.

Class

TLiteConnection

Syntax

property EncryptionKey: string stored False;

Remarks

Use the EncryptionKey property to specify the encryption key for working with an encrypted database .

When working in Direct mode , the property is used to connect to an encrypted database or to encrypt a database using the EncryptDatabase method.

Otherwize, the appropriate encryption support has to be implemented in the SQLite client library that is used by TLiteConnection.

See Also

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