UltraLite Static C++ User's Guide
Synchronization Parameters Reference
Synchronization parameters
Set the UltraLite client to use Certicom encryption technology when exchanging messages with the MobiLink synchronization server.
Separately-licensable option requiredUse of Certicom technology requires that you obtain the separately-licensable SQL Anywhere Studio security option and is subject to export regulations. For more information on this option, see Welcome to SQL Anywhere Studio. |
The Security parameter is null by default, corresponding to no transport-layer security.
The security stream is specified in addition to the synchronization stream. Allowed values are as follows:
ULSecureCerticomTLSStream() Elliptic-curve transport-layer security provided by Certicom.
ULSecureRSATLSStream() RSA transport-layer security provided by Certicom.
ul_synch_info info; ... info.stream = ULSocketStream(); info.security = ULRSATLSStream();