3 references to _propValidationKey
System.Web (3)
Configuration\MachineKeySection.cs (3)
116
_properties.Add(
_propValidationKey
);
153
return (string)base[
_propValidationKey
];
157
base[
_propValidationKey
] = value;