Partager via


Crypto.VerifyHashedPassword(String, String) Méthode

Définition

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.

S’applique à