PDFReaderControls.NET Professional Type Reference

SignatureHandler.Verify Method 

This function verifies the given bytes.

public abstract bool Verify(
   byte[] bytesToVerify,
   byte[] digest,
   byte[][] certificates
);

Parameters

bytesToVerify
The bytes to verify.
digest
The digest calculated by the Sign function.
certificates
The certificate info if not present in the digest (can be a null reference).

Return Value

True if the bytesToVerify are correct, otherwise false.

See Also

SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace