PdfSignatureContents.VerifyDigest Method

Verifies the digest (hash) value stored in the signature contents.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool VerifyDigest()
VB
Public Function VerifyDigest As Boolean

Return Value

Type: Boolean
true if the digest is valid; otherwise, false.

Remarks

The digest is invalid if the document was altered after the signature was created.

See Also