RSA加密解密C#实现调用实例 publicstringRSAEncrypt(stringxmlPublicKey,stringm_strEncryptString) { try { byte[]PlainTextBArray; byte[]CypherTextBArray; stringResult; System.Security.Cryptography.RSACryptoServiceProviderrsa=newRSACryp