PdfSigningOptions.Timestamp Property

Gets the signature timestamp options.

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

Syntax

C#
public PdfSignatureTimestampOptions Timestamp { get; }
VB
Public ReadOnly Property Timestamp As PdfSignatureTimestampOptions
	Get

Property Value

Type: PdfSignatureTimestampOptions

Remarks

By default, the timestamp options are pre-filled with the timestamp authority URL (if any) from the signing certificate used to create the signing options.

Use timestamp options to specify timestamp authority URL, credentials (if needed), and other properties to use when signing a document.

See Also