摘要: decodebyte[] encryptedData = HttpServerUtility.UrlTokenDecode(urlEncodedData); Type machineKeySection = typeof(MachineKeySection); Type[] paramTypes = new Type[] { typeof(bool), typeof(byte[]), typeof(byte[]), typeof(int), typeof(int) }; MethodInfo encryptOrDecryptData = machineKeySection.GetMeth... 阅读全文
posted @ 2013-11-05 14:02 fannet 阅读(188) 评论(0) 推荐(0)