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