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()
Public Function GetTrustVerificationResult As TrustVerificationResult
public:
virtual TrustVerificationResult^ GetTrustVerificationResult() sealed
function GetTrustVerificationResult();
Return Value
Type:
TrustVerificationResultA TrustVerificationResult object
Remarks This function will throw if there is no trust result available.
See Also