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

ECDsaBotan::VerifyHash method

Vérifie la signature des données.

bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
ParamètreTypeDescription
hachageByteArrayPtrHachage calculé pour les données reçues.
signatureByteArrayPtrSignature telle que reçue.

ReturnValue

True si la signature est valide, false sinon.

Voir aussi