VerifyHash()
ECDsaBotan::VerifyHash(ByteArrayPtr, ByteArrayPtr) method
Checks data signature.
bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
Arguments
| Parameter | Type | Description | 
|---|---|---|
| hash | ByteArrayPtr | Hash calculated for received data. | 
| signature | ByteArrayPtr | Signature as received. | 
Return Value
True if signature is valid, false otherwise.
See Also
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Slides