摘要: /// <summary> /// RSA加密的密匙结构 公钥和私匙 /// </summary> public struct RSAKey { public string PublicKey { get; set; } public string PrivateKey { get; set; } 阅读全文
posted @ 2020-09-19 14:26 摩诘 阅读(2623) 评论(1) 推荐(0) 编辑