10 references to Cryptography_InvalidIVSize
System.Security.Cryptography (10)
System\Security\Cryptography\AesImplementation.cs (1)
279
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(rgbIV));
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
173
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(iv));
204
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(rgbIV));
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
93
throw new CryptographicException(SR.
Cryptography_InvalidIVSize
);
System\Security\Cryptography\DesImplementation.cs (1)
77
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(rgbIV));
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
103
throw new CryptographicException(SR.
Cryptography_InvalidIVSize
);
System\Security\Cryptography\RC2Implementation.cs (1)
70
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(rgbIV));
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
76
throw new CryptographicException(SR.
Cryptography_InvalidIVSize
);
1674
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(iv));
System\Security\Cryptography\TripleDesImplementation.cs (1)
64
throw new ArgumentException(SR.
Cryptography_InvalidIVSize
, nameof(rgbIV));