CryptoSignatureVerify (FUN)
FUNCTION CryptoSignatureVerify : RTS_IEC_RESULT
Verify a recieved signature
- InOut:
Scope
Name
Type
Comment
Return
CryptoSignatureVerifyRTS_IEC_RESULTunction returns ERR_OK if the signature is valid.
Input
hAlgoRTS_IEC_HANDLEHandle to the algorithm.
pDataPOINTER TO RtsByteString
Data to verify.
publicKeyRtsCryptoKeyPublic key of the sender.
pSignaturePOINTER TO RtsByteString
Received signature.