PdfSignatureTimestampOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSignatureTimestampOptions Class
The options for a PDF signature timestamp.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSignatureTimestampOptions

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

Syntax

C#
public class PdfSignatureTimestampOptions
VB
Public Class PdfSignatureTimestampOptions

The PdfSignatureTimestampOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfSignatureTimestampOptions
Initializes a new instance of the PdfSignatureTimestampOptions class

Properties

  NameDescription
Public propertyAuthorityUrl
Gets or sets the URL of the timestamping authority to use.
Public propertyPassword
Gets or sets the password to use for the timestamping authority.
Public propertyUsername
Gets or sets the username to use for the timestamping authority.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also