Method VerifyDigest
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
VerifyDigest()
Verifies the digest (hash) value stored in the signature contents.
public bool VerifyDigest()
Returns
- bool
true
if the digest is valid; otherwise,false
.
Remarks
The digest is invalid if the document was altered after the signature was created.
Read the Verify PDF signature in C# and VB.NET article for examples of using this method.