6 references to Cryptography_InvalidIVSize
System.Security.Cryptography (6)
System\Security\Cryptography\AesImplementation.cs (1)
266throw new ArgumentException(SR.Cryptography_InvalidIVSize, nameof(rgbIV));
System\Security\Cryptography\DesImplementation.cs (1)
77throw new ArgumentException(SR.Cryptography_InvalidIVSize, nameof(rgbIV));
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));