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