简体   繁体   中英

Client Certificates error in wp8

I am developing a windows phone 8 application ,in this application I need to connect to a web service and use certificate.

In my request I am trying to use ClientCertificates in HttpWebRequest but it gives me an error :

"HttpWebRequest does not contain a definition for ClientCertificates"

Any one can help me?

Client certificates aren't supported by .NET classes on Windows Phone.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402533

You can add a certificate authority to the trusted authorities list, but adding Client SSL certificates is unsupported.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM