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ètre | Type | Description |
|---|---|---|
| hachage | ByteArrayPtr | Hachage calculé pour les données reçues. |
| signature | ByteArrayPtr | Signature telle que reçue. |
ReturnValue
True si la signature est valide, false sinon.
Voir aussi
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++