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