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