PdfSignatureContents.VerifyTimestamp Method

Verifies the timestamp embedded in the signature.

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

Syntax

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

Return Value

Type: Boolean
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.

See Also