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