Membership.HashAlgorithmType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identificateur de l'algorithme utilisé pour hacher des mots de passe.
public:
static property System::String ^ HashAlgorithmType { System::String ^ get(); };
public static string HashAlgorithmType { get; }
static member HashAlgorithmType : string
Public Shared ReadOnly Property HashAlgorithmType As String
Valeur de propriété
Identificateur de l'algorithme utilisé pour hacher des mots de passe, ou vide à compléter avec l'algorithme de hachage par défaut.
Remarques
La HashAlgorithmType propriété identifie l’algorithme de hachage personnalisé utilisé par la Membership classe . Vous définissez la HashAlgorithmType propriété à l’aide de l’attribut hashAlgorithmType
de l’élément d’appartenance .
Le .NET Framework vous permet de configurer des classes de chiffrement personnalisées à l’aide de la section de configuration d’élément <cryptographySettings>
. La HashAlgorithmType propriété doit correspondre à l’attribut name
de l’élément <nameEntry>
dans un <cryptoNameMapping>
élément . Pour plus d’informations, consultez Mappage de noms d’algorithmes à des classes de chiffrement.
Si la HashAlgorithmType propriété n’est pas définie, la Membership classe utilise l’algorithme de hachage défini dans l’attribut validation
de l’élément <machineKey>
.