1 write to _IVLengthDecryption
System.Web (1)
Configuration\MachineKeySection.cs (1)
927
_IVLengthDecryption
= RoundupNumBitsToNumBytes(s_oSymAlgoDecryption.KeySize);
2 references to _IVLengthDecryption
System.Web (2)
Configuration\MachineKeySection.cs (2)
552
int ivLength = (useValidationSymAlgo ? _IVLengthValidation :
_IVLengthDecryption
);
596
int ivLength = (useValidationSymAlgo ? _IVLengthValidation :
_IVLengthDecryption
);