Crypto.VerifyHashedPassword(String, String) Méthode
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.
Détermine si le hachage RFC 2898 et le mot de passe spécifiés correspondent au niveau du chiffrement.
public static bool VerifyHashedPassword (string hashedPassword, string password);
static member VerifyHashedPassword : string * string -> bool
Public Shared Function VerifyHashedPassword (hashedPassword As String, password As String) As Boolean
Paramètres
- hashedPassword
- String
Valeur de hachage RFC 2898 précédemment calculée en tant que chaîne codée en base 64.
- password
- String
Mot de passe en texte clair à comparer par chiffrement avec hashedPassword
.
Retours
true si la valeur de hachage est une correspondance de chiffrement pour le mot de passe ; sinon, false.
Exceptions
hashedPassword
ou password
est null.