I created applications with Monotouch (C #) that required client certificate authentication to connect to an https server. The client certificate will be distributed by mail, and the application user must save the client certificate on the Iphone.
Since the certificate will be saved in Iphone, how can I access the certificate stored in Iphone using Monotouch? Is there an API for this?
Can someone provide me with a link, sample codes or documents?
Thank!
source
share