System::Security::Cryptography::ECDsaBotan::VerifyHash method

ECDsaBotan::VerifyHash method

Checks data signature.

bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
ParameterTypeDescription
hashByteArrayPtrHash calculated for received data.
signatureByteArrayPtrSignature as received.

ReturnValue

True if signature is valid, false otherwise.

See Also