5 references to Cryptography_SignHash_WrongSize
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (2)
51throw new CryptographicException(SR.Cryptography_SignHash_WrongSize); 94throw new CryptographicException(SR.Cryptography_SignHash_WrongSize);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (2)
265throw new CryptographicException(SR.Cryptography_SignHash_WrongSize); 393throw new CryptographicException(SR.Cryptography_SignHash_WrongSize);
System\Security\Cryptography\RSABCrypt.cs (1)
274throw new CryptographicException(SR.Cryptography_SignHash_WrongSize);