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
Read the Verify PDF signature in C# and VB.NET article for examples of using this method.