2 references to HashAlgorithmType
System.Web (2)
Configuration\MembershipSection.cs (1)
148throw new ConfigurationErrorsException(SR.GetString(SR.Invalid_hash_algorithm_type, HashAlgorithmType), ElementInformation.Properties["hashAlgorithmType"].Source, ElementInformation.Properties["hashAlgorithmType"].LineNumber);
Security\Membership.cs (1)
449s_HashAlgorithmType = settings.HashAlgorithmType;