8 references to Argument_InvalidValue
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
834throw new CryptographicException(SR.Argument_InvalidValue, e); 1137throw new CryptographicException(SR.Argument_InvalidValue);
System\Security\Cryptography\CapiHelper.Windows.cs (3)
1096throw new ArgumentException(SR.Argument_InvalidValue, nameof(hashAlg)); 1112_ => throw new ArgumentException(SR.Argument_InvalidValue, nameof(hashAlg)), 1123_ => throw new ArgumentException(SR.Argument_InvalidValue, nameof(hashAlg)),
System\Security\Cryptography\CryptoStream.cs (1)
65throw new ArgumentException(SR.Argument_InvalidValue, nameof(mode));
System\Security\Cryptography\HashAlgorithm.cs (2)
82throw new ArgumentException(SR.Argument_InvalidValue); 240throw new ArgumentException(SR.Argument_InvalidValue);