Click or drag to resize

TimestampingConfiguration Class

A class representing a set of options for timestamping a document.
Inheritance Hierarchy
SystemObject
  pdftron.PDFTimestampingConfiguration

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class TimestampingConfiguration : IClosable

The TimestampingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTimestampingConfiguration
Constructor.
Top
Methods
  NameDescription
Public methodClose
Public methodDestroy
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetTimestampAuthorityServerPassword
Setter for a password to use during timestamping.
Public methodSetTimestampAuthorityServerURL
Setter to change the timestamp authority (TSA) URL to use during timestamping.
Public methodSetTimestampAuthorityServerUsername
Setter for a username to use during timestamping.
Public methodSetUseNonce
Setter for whether to use a nonce (unique random number) during timestamping. This is on by default, and should be on whenever a timestamp authority supports it, because it helps prevent replay attacks.
Public methodTestConfiguration
Tests a timestamping configuration for usability and reports any failures. This function does not throw on many common failures, unlike the real signing, thereby allowing early diagnosis of things like connectivity issues with timestamp authorities.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also