I'm using 'webclient' inorder to downloading info from my website and showing them on my android application, but in some devices I face with this error:
Exception in Class: WebClient Line : 0 and Method:DownloadDataCore with message Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Stack Trace: at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0 at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0 at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request) [0x00000] in :0 at System.Net.WebClient.ReadAll (System.Net.WebRequest request, System.Object userToken) [0x00000] in :0 at System.Net.WebClient.DownloadDataCore (System.Uri address, System.Object userToken) [0x00000] in :0
I searched about this and do not find any suitable answers. Just http://www.mono-project.com/UsingTrustedRootsRespectfully that I do not know how can be usefull for monondroid. Do any body faced with this error too?