Click or drag to resize

TimestampingResultHasResponseVerificationResult Method

Returns whether a timestamp response verification result is available. This means that false will be returned when a timestamp response was not received or was empty (e.g.network failures, improper server configuration, bad URL, etc.). This function should be called to check for the availability of a verification result before actually attempting to retrieve one using GetResponseVerificationResult (which throws if a result is not available).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool HasResponseVerificationResult()

Return Value

Type: Boolean
whether a timestamp response verification result is available
See Also