System::Security::Cryptography::RSACryptoServiceProvider::VerifyData méthode

RSACryptoServiceProvider::VerifyData method

Vérifie la signature des données.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParamètreTypeDescription
bufferconst ByteArrayPtr&Data pour vérifier la signature.
halgconst SharedPtr<Object>&Algorithme de hachage à utiliser.
signatureconst ByteArrayPtr&Signature telle que reçue.

ReturnValue

True si la signature est valide, false sinon.

Voir aussi