Connect Using a Certificate

You can set certificate information in ConnectionProfile.

ConnectionProfile profile = MyDatabase.GetSynchronizationProfile();
profile.DomainName = "default";        
profile.ServerName = "host-name";
profile.PortNumber = 2481;
profile.NetworkProtocol = "https";
profile.NetworkStreamParams = "trusted_certificates=rsa_public_cert.crt";