1 write to s_validationKey
System.Web (1)
Configuration\MachineKeySection.cs (1)
876
s_validationKey
= ValidationKeyInternal;
4 references to s_validationKey
System.Web (4)
Configuration\MachineKeySection.cs (4)
853
return HashDataUsingNonKeyedAlgorithm(null, buf, modifier, start, length,
s_validationKey
);
861
buf, modifier, start, length,
s_validationKey
);
864
buf, modifier, start, length,
s_validationKey
);
879
SetInnerOuterKeys(
s_validationKey
, ref s_inner, ref s_outer);