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