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