Connecting to Unwired Server with a Certificate

Once the certificate property is set, use the LoginToSync or OnlineLogin API with no parameters to connect to Unwired Server with the login certificate.

//connect to Unwired Server with the login certificate
SUP101DB.GetSynchronizationProfile().Certificate = lc;
SUP101DB.OnlineLogin();