12 references to Argument_InvalidValue
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
793throw new CryptographicException(SR.Argument_InvalidValue, e); 1095throw new CryptographicException(SR.Argument_InvalidValue);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
668throw new CryptographicException(SR.Argument_InvalidValue); 671throw new CryptographicException(SR.Argument_InvalidValue);
System\Security\Cryptography\CapiHelper.Unix.cs (3)
18_ => throw new ArgumentException(SR.Argument_InvalidValue), 48_ => throw new ArgumentException(SR.Argument_InvalidValue), 80throw new ArgumentException(SR.Argument_InvalidValue);
System\Security\Cryptography\CryptoStream.cs (1)
65throw new ArgumentException(SR.Argument_InvalidValue, nameof(mode));
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
135throw new CryptographicException(SR.Argument_InvalidValue);
System\Security\Cryptography\HashAlgorithm.cs (2)
82throw new ArgumentException(SR.Argument_InvalidValue); 240throw new ArgumentException(SR.Argument_InvalidValue);
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
134throw new CryptographicException(SR.Argument_InvalidValue);