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); 140return (string)base[_propHashAlgorithmType]; 143base[_propHashAlgorithmType] = value;