Contents Index Publication synchronization parameter Security Parameters synchronization parameter

UltraLite Database User's Guide
   Synchronization for UltraLite Applications
    Synchronization parameters reference

Security synchronization parameter


Function 

Set the UltraLite client to use Certicom encryption technology when exchanging messages with the MobiLink synchronization server.

Separately-licensable option required 
Use 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.

This parameter is not used in the static Java API.

To use secure synchronization from UltraLite Java applications, choose a separate stream. For more information, see UlSecureRSASocketStream synchronization parameters and UlSecureSocketStream synchronization parameters.

Default 

The parameter is null by default, corresponding to no transport-layer security.

Usage 

The security stream is specified in addition to the synchronization stream. Allowed values are as follows:

ul_synch_info info;
...
info.stream = ULSocketStream();
info.security = ULRSATLSStream();
See also 

Transport-Layer Security

Interfaces 

Contents Index Publication synchronization parameter Security Parameters synchronization parameter