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