3 writes to IVValue
System.Security.Cryptography (3)
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);