摘要: class RSACryptoItem { public RSACryptoServiceProvider Provider; public List<byte> PubKeyBytes; } public class RSAManager { private RSACryptoItem item; 阅读全文
posted @ 2020-12-23 16:26 darkif 阅读(1788) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 普通文件下载 /// </summary> /// <param name="URL"></param> /// <param name="filename"></param> /// <returns></returns> public static bool 阅读全文
posted @ 2020-12-23 16:21 darkif 阅读(417) 评论(0) 推荐(0) 编辑