System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash méthode

DSACryptoServiceProvider::VerifyHash method

Vérifie la signature des données.

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
ParamètreTypeDescription
rgb_hashconst ByteArrayPtr&Hachage calculé pour les données reçues.
strconst String&Nom de l’algorithme de hachage utilisé.
rgb_signatureconst ByteArrayPtr&Signature telle que reçue.

ReturnValue

True si la signature est valide, false sinon.

Voir aussi