System::Security::Cryptography::ECDsaBotan::VerifyHash method
ECDsaBotan::VerifyHash method
Checks data signature.
bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
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 ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++