PDFKit.NET 2.0 Class Library (.NET 2.0)

Pkcs7Sha1SignatureHandler.Verify Method 

Verifies the signature. Do not call this method directly.

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

Parameters

bytesToVerify
For internal use only.
digest
For internal use only.
certificates
For internal use only.

Return Value

For internal use only.

See Also

Pkcs7Sha1SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace