标签:style 16px service tox nbsp 私钥 apr span string
RSA:
获取RSA实例:
1 RSACryptoServiceProvider rsaProvider = new RSACryptoServiceProvider(1024);
获取公钥:
1 string publicKey = rsaProvider.ToXmlString(false);
获取私钥:
1 string privateKey = rsaProvider.ToXmlString(true);
标签:style 16px service tox nbsp 私钥 apr span string
原文地址:http://www.cnblogs.com/guiguixyz/p/6079116.html