System::Security::Cryptography::ECDsa::VerifyHash method
ECDsa::VerifyHash method
Checks data signature.
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
Parameter | Type | Description |
---|---|---|
hash | ByteArrayPtr | Hash calculated for received data. |
signature | ByteArrayPtr | Signature as received. |
ReturnValue
True if signature is valid, false otherwise.
See Also
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++