8 references to Argument_InvalidValue
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
834
throw new CryptographicException(SR.
Argument_InvalidValue
, e);
1137
throw new CryptographicException(SR.
Argument_InvalidValue
);
System\Security\Cryptography\CapiHelper.Windows.cs (3)
1096
throw 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)
65
throw new ArgumentException(SR.
Argument_InvalidValue
, nameof(mode));
System\Security\Cryptography\HashAlgorithm.cs (2)
82
throw new ArgumentException(SR.
Argument_InvalidValue
);
240
throw new ArgumentException(SR.
Argument_InvalidValue
);