SQL CE 3.5 RDA with client certificate?

已答覆 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

  • 2012年6月6日 上午 06:26
     
     
    Ok, thanks for your help