C# 私钥加密,公钥解密

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