3 references to Cryptography_RSA_DecryptWrongSize
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
180throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize);
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (2)
48throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize); 69throw new CryptographicException(SR.Cryptography_RSA_DecryptWrongSize);