Method GetTimestampAuthorityUrl
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetTimestampAuthorityUrl()
Gets the URL of the Timestamp Authority (TSA) specified in the certificate.
public Uri? GetTimestampAuthorityUrl()
Returns
- Uri
The URL of the Timestamp Authority (TSA) specified in the certificate or
null
if there is no TSA specified in the certificate.
Remarks
Read the Verify PDF signature in C# and VB.NET article for examples of using this method.