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
)
Public Function TestConfiguration (
in_opts As VerificationOptions
) As TimestampingResult
public:
virtual TimestampingResult^ TestConfiguration(
[InAttribute] VerificationOptions^ in_opts
) sealed
function TestConfiguration(in_opts);
Parameters
- in_opts
- Type: pdftron.PDFVerificationOptions
a set of verification options to try to use
Return Value
Type:
TimestampingResultA result object containing information about the status of the configuration test
and any errors that occurred during it.
See Also