PdfSignatureTimestampOptions.AuthorityUrl Property

Gets or sets the URL of the timestamping authority to use.

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

Syntax

C#
public Uri AuthorityUrl { get; set; }
VB
Public Property AuthorityUrl As Uri
	Get
	Set

Property Value

Type: Uri
The URL of the timestamping authority to use.

Remarks

Default value: null.

If the value is null then no timestamping will be performed and no timestamp information will be embedded (imprinted) in the produced signature.

If the timestamping authority requires authentication, then specify Username and Password to use.

See Also