SQL CE 3.5 RDA with client certificate?
-
2012年6月5日 上午 08:44
Hello
In my company I use a SQL CE 3.5 Remote Data Access to push / pull data from device (running on Windows Mobile 6.5). It's work fine with my SQL Server 2008R2 database and IIS7 on Windows Server 2008R with SSL.
I must secure connection with Client Certificate - how can I use X509Certificate object to establish connection with my IIS server when I trurn on requiment of client certificate? It is possible? In SqlCeRemoteDataAccess class I don't see any support.
best regards
所有回覆
-
2012年6月5日 下午 05:35版主
It is not supported, you must use trusted certificate and combine with authentication (username/password)Please mark as answer, if this was it. Visit my SQL Server Compact blog
- 已提議為解答 amber zhangModerator 2012年6月6日 上午 02:04
- 已標示為解答 bogusp 2012年6月6日 上午 06:25
-
2012年6月6日 上午 06:26Ok, thanks for your help

