Click or drag to resize

TimestampingConfigurationTestConfiguration Method

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.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TimestampingResult TestConfiguration(
	VerificationOptions in_opts
)

Parameters

in_opts
Type: pdftron.PDFVerificationOptions
a set of verification options to try to use

Return Value

Type: TimestampingResult
A result object containing information about the status of the configuration test and any errors that occurred during it.
See Also