4 references to UsesIv
System.Security.Cryptography (4)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
176
if (mode.
UsesIv
() && iv.IsEmpty)
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
80
if (Mode.
UsesIv
())
System\Security\Cryptography\Helpers.cs (1)
40
if (cipherMode.
UsesIv
())
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
91
if (Mode.
UsesIv
())