Icon RemoteEncryptionPassword Property

property RemoteEncryptionPassword: String

Usage

Use the RemoteEncryptionPassword property to specify the password that a remote session will be encrypted with when the RemoteEncryption property is set to True. However, even if the RemoteEncryption property is set to False, the RemoteEncryptionPassword property will be used to encrypt any login information sent to the ElevateDB Server, so the RemoteEncryptionPassword must always match the corresponding server encryption password for session communciations or logins will be unsuccessful. This property only applies to remote sessions where the SessionType property is set to stRemote.

Information This property must be set prior to connecting the session to the ElevateDB Server via the Open method or the Connected property.
Image