PdfSignatureCertificate.GetTimestampAuthorityUrl Method

Gets the URL of the Timestamp Authority (TSA) specified in the certificate.

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

Syntax

C#
public Uri GetTimestampAuthorityUrl()
VB
Public Function GetTimestampAuthorityUrl As Uri

Return Value

Type: Uri
The URL of the Timestamp Authority (TSA) specified in the certificate or null if there is no TSA specified in the certificate.

See Also