Method Verify

Namespace TallComponents.PDF.DigitalSignatures
Class SignatureHandler

This function verifies the given bytes.

Syntax

public  Boolean  Verify( Byte[]  bytesToVerify Byte[]  digest Byte[][]  certificates )

Returns

Boolean

True if the bytesToVerify are correct, otherwise false.

Parameters


Byte[] bytesToVerify
The bytes to verify.

Byte[] digest
The digest calculated by the Sign function.

Byte[][] certificates
The certificate info if not present in the digest (can be ).