01 2021 档案

摘要:public static string GetFileSuffix(byte[] fileData) { string result; if (fileData == null || fileData.Length < 10) { result = null; } else { if (fileD 阅读全文
posted @ 2021-01-26 15:31 幸福安康 阅读(416) 评论(0) 推荐(0)
摘要:代码如下:经过测试,在netcore3.x正常,在netframework下也正常,就是netcore2.x报错。 /// <summary> /// RSA加密 /// </summary> /// <param name="publickey"></param> /// <param name= 阅读全文
posted @ 2021-01-20 16:44 幸福安康 阅读(1758) 评论(0) 推荐(0)