System::Security::Cryptography::ECDsa::VerifyHash méthode
ECDsa::VerifyHash method
Vérifie la signature des données.
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
| 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 ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++