1 write to _propHashAlgorithmType
System.Web (1)
Configuration\MembershipSection.cs (1)
101
_propHashAlgorithmType
= new ConfigurationProperty("hashAlgorithmType", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
3 references to _propHashAlgorithmType
System.Web (3)
Configuration\MembershipSection.cs (3)
107
_properties.Add(
_propHashAlgorithmType
);
140
return (string)base[
_propHashAlgorithmType
];
143
base[
_propHashAlgorithmType
] = value;