摘要: 首先在添加引用中选中System.Management 再在开始部门: using System.Management; using System.Management.Instrumentation; private void GetInfo() { string cpuInfo = "";//cpu序列号 ManagementClass cimobject = new Managem... 阅读全文
posted @ 2019-03-27 16:09 马肯尼煤牙巴骨 阅读(844) 评论(0) 推荐(0)
摘要: string outPutString = null; string prikey; string pubkey; bool isSeccess = false; using (RSACryptoServiceProvider rsa = new RSACryptoServic... 阅读全文
posted @ 2019-03-27 15:48 马肯尼煤牙巴骨 阅读(169) 评论(0) 推荐(0)