Table of Contents

Class PdfSignatureTimestampOptions

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

The options for a PDF signature timestamp.

public class PdfSignatureTimestampOptions
Inheritance
PdfSignatureTimestampOptions
Inherited Members

Remarks

The Sign PDF documents in C# and VB.NET article shows how to sign PDF documents using digital signatures.

Check out the other articles and code samples on the Digital signatures page.

Constructors

PdfSignatureTimestampOptions()

Initializes a new instance of the PdfSignatureTimestampOptions class.

Properties

AuthorityUrl

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

Password

Gets or sets the password to use for the timestamping authority.

Username

Gets or sets the username to use for the timestamping authority.