4 writes to _CustomValidationTypeIsKeyed
System.Web (4)
Configuration\MachineKeySection.cs (4)
1058
_CustomValidationTypeIsKeyed
= true;
1073
_CustomValidationTypeIsKeyed
= false;
1103
_CustomValidationTypeIsKeyed
= false;
1117
_CustomValidationTypeIsKeyed
= (alg is KeyedHashAlgorithm);
4 references to _CustomValidationTypeIsKeyed
System.Web (4)
Configuration\MachineKeySection.cs (4)
859
if (
_CustomValidationTypeIsKeyed
) {
1118
if (!
_CustomValidationTypeIsKeyed
) {
1126
if (
_CustomValidationTypeIsKeyed
)
1145
if (
_CustomValidationTypeIsKeyed
)