C#:实现RSA生成公钥和私钥算法
using System;
using System.IO;
using System.Security.Cryptography; //这个引用很重要,必须要有
namespace CreateKey
{
using System;
using System.IO;
using System.Security.Cryptography; //这个引用很重要,必须要有
namespace CreateKey
{