11 references to Cryptography_UnsupportedPaddingMode
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.EncryptDecrypt.cs (4)
75throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 112throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 157throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 192throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (3)
73throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 111throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 159throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode);
System\Security\Cryptography\RSABCrypt.cs (4)
210throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 255throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 301throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode); 351throw new CryptographicException(SR.Cryptography_UnsupportedPaddingMode);