2 writes to IVValue
mscorlib (2)
system\security\cryptography\cryptoapitransform.cs (2)
94
IVValue
= (byte[]) _rgArgValues[i];
140
IVValue
= null;
4 references to IVValue
mscorlib (4)
system\security\cryptography\cryptoapitransform.cs (4)
95
rgbValue =
IVValue
;
138
if (
IVValue
!= null) {
139
Array.Clear(
IVValue
,0,
IVValue
.Length);