5 writes to IVValue
System.Security.Cryptography (5)
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
35IVValue = RandomNumberGenerator.GetBytes(8);
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
77IVValue = RandomNumberGenerator.GetBytes(8);
System\Security\Cryptography\SymmetricAlgorithm.cs (3)
58IVValue = null; 78IVValue = value.CloneByteArray(); 208IVValue = null;
4 references to IVValue
System.Security.Cryptography (4)
System\Security\Cryptography\SymmetricAlgorithm.cs (4)
67if (IVValue == null) 69return IVValue.CloneByteArray()!; 205if (IVValue != null) 207Array.Clear(IVValue);