Click or drag to resize

VerificationResultGetTrustVerificationResult Method

Retrieves the detailed result associated with the trust step of the verification operation that returned this VerificationResult, if such a detailed trust result is available. Must call HasTrustVerificationResult first and 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
An optional TrustVerificationResult
See Also