Error occurred while decoding OAEP padding
问题 I am half way through my problem.. Please Help.. I have successfully encrypted the text using public key of digital signatures but while decrypting it, I am getting the error. Error occurred while decoding OAEP padding. My code is a follows. #region Test Encryption public void a() { using (var rsa = new RSACryptoServiceProvider()) { // This String consists only Public Key Information String publicKeyOnly = rsa.ToXmlString(false); // This String consists both Private/Public Key information