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)
552int ivLength = (useValidationSymAlgo ? _IVLengthValidation : _IVLengthDecryption); 596int ivLength = (useValidationSymAlgo ? _IVLengthValidation : _IVLengthDecryption);