Click or drag to resize

EmbeddedTimestampVerificationResultGetTrustVerificationResult Method

Retrieves the detailed result associated with the trust step of the verification operation that returned this EmbeddedTimestampVerificationResult, if such a detailed trust result is available.Must call HasTrustVerificationResult firstand check for a true result.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TrustVerificationResult GetTrustVerificationResult()

Return Value

Type: TrustVerificationResult
A TrustVerificationResult object
Remarks
This function will throw if there is no trust result available.
See Also