Table of Contents

Method VerifyTimestamp

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

VerifyTimestamp()

Verifies the timestamp embedded in the signature.

public bool VerifyTimestamp()

Returns

bool

true if there is an embedded timestamp and it contains message-imprint value that is equal to the digest (hash) value stored in the signature; otherwise, false.

Remarks

For document timestamps (IsDocumentTimestamp), the whole signature is a timestamp. Such timestamps should be verified with the VerifyDigest() method.

Read the Verify PDF signature in C# and VB.NET article for examples of using this method.