System::Security::Cryptography::ECDsa::VerifyHash-methode
ECDsa::VerifyHash method
Controleert de gegevenshandtekening.
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| hash | ByteArrayPtr | Hash berekend voor ontvangen gegevens. |
| handtekening | ByteArrayPtr | Handtekening zoals ontvangen. |
ReturnValue
True als de handtekening geldig is, false anders.
Zie ook
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++