Icon RemoteEncryptionPassword Property

property RemoteEncryptionPassword: String

Usage

Use the RemoteEncryptionPassword property to specify the password for an encrypted remote session. The RemoteEncryption property controls whether the session is encrypted or not. 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