Icon RemoteEncryption Property

property RemoteEncryption: Boolean

Usage

Use the RemoteEncryption property to specify that a remote session will be encrypted using the RemoteEncryptionPassword property. This property only applies to remote sessions where the SessionType property is set to stRemote. The default encryption uses the 128-bit Blowfish algorithm, but can be replaced by using the TDBISAMEngine events for specifying a different type of block-cipher encryption. Please see the Encryption and Customizing the Engine topics for more information.

Information This property must be set prior to connecting the session to the database server via the Open method or the Active property.
Image