Discuss this help topic in SecureBlackbox Forum
Verifies detached signature.
Declaration
Parameters
Description
This method verifies detached signature (the signature that is transferred separately from the data).
Use
SourceStreamCount parameter to read
specified number of bytes from
ASourceStream.
Use
SignatureStreamCount parameter to read
specified number of bytes from
ASignatureStream.
Set these parameters to 0 in order to read all data till the necessary stream end.
VerifyDetached fires OnSigned and OnSignatures events. OnSigned lets you know the IDs of the keys, used for verification. Verification results are passed via OnSignatures event.
[Pascal]
Note, in Delphi versions older than 7, works only with streams of sizes smaller than 2GB (because of TStream limitation).
Use VerifyDetachedFile instead.