
WinPhone
文章平均质量分 89
iteye_7202
这个作者很懒,什么都没留下…
展开
-
windows phone push
http://silverlightchina.net/html/zhuantixilie/winphone7/2011/1108/11565_2.html http://stackoverflow.com/questions/4166222/httpwebrequest-endgetresponse-throws-a-notsupportedexception-in-windows-...原创 2013-03-22 12:52:00 · 103 阅读 · 0 评论 -
The remote server returned an error:not found
最近做win phone,遇到一个问题,用HttpWebRequest做https的post请求时,一直报"The remote server returned an error:not found"AsyncWaitHandle = “result.AsyncWaitHandle”引发了“System.NotSupportedException”类型的异常最后发现是HttpWeb...2013-04-01 17:51:10 · 2213 阅读 · 0 评论 -
win phone的MD5加密和imei号的获取
1. m5加密:http://archive.msdn.microsoft.com/SilverlightMD5 从这个地址下一个文件,加到工程里,调用MD5Core.GetHashString(originalString);就可以了 2. http://stackoverflow.com/questions/14702868/serial-number-of-ph...2013-04-01 17:54:40 · 652 阅读 · 0 评论 -
C#实现RSA加密和解密详解
RSA加密解密源码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace MyRSA{public class MyRSA...原创 2013-04-02 11:04:26 · 893 阅读 · 0 评论