Table of Contents

Property AuthorityUrl

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

AuthorityUrl

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

public Uri? AuthorityUrl { get; set; }

Property Value

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.