4 references to Cryptography_RSA_DecryptWrongSize
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.EncryptDecrypt.cs (2)
45throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize); 127throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize);
System\Security\Cryptography\RSABCrypt.cs (1)
192throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
624throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize);