TimestampingConfiguration Class |
Namespace: pdftron.PDF
public sealed class TimestampingConfiguration : IClosable
The TimestampingConfiguration type exposes the following members.
Name | Description | |
---|---|---|
TimestampingConfiguration |
Constructor.
|
Name | Description | |
---|---|---|
Close | ||
Destroy |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetTimestampAuthorityServerPassword |
Setter for a password to use during timestamping.
| |
SetTimestampAuthorityServerURL |
Setter to change the timestamp authority (TSA) URL to use during timestamping.
| |
SetTimestampAuthorityServerUsername |
Setter for a username to use during timestamping.
| |
SetUseNonce |
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.
| |
TestConfiguration |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |