Membership.HashAlgorithmType Property
Assembly: System.Web (in system.web.dll)
'Declaration Public Shared ReadOnly Property HashAlgorithmType As String 'Usage Dim value As String value = Membership.HashAlgorithmType
/** @property */ public static String get_HashAlgorithmType ()
public static function get HashAlgorithmType () : String
Not applicable.
Property Value
The identifier of the algorithm used to hash passwords, or blank to use the default hash algorithm.The HashAlgorithmType property identifies the custom hash algorithm used by the Membership class. You set the HashAlgorithmType property using the hashAlgorithmType attribute of the membership Element (ASP.NET Settings Schema).
The .NET Framework enables you to configure custom cryptography classes using the <cryptographySettings> Element configuration section. The HashAlgorithmType property must match the name attribute of the <nameEntry> Element in a <cryptoNameMapping> Element. For more information, see Mapping Algorithm Names to Cryptography Classes.
If the HashAlgorithmType property is not set, the Membership class uses the hash algorithm set in the validation attribute of the machineKey Element (ASP.NET Settings Schema).