TimestampingResultGetResponseVerificationResult Method |
If a timestamp response was successfully retrieved from a timestamp authority, returns
the result of verifying it. If a timestamp response was not received, throws. One should
call HasResponseVerificationResult first to see if a detailed result is available before calling
this function.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public EmbeddedTimestampVerificationResult GetResponseVerificationResult()
Public Function GetResponseVerificationResult As EmbeddedTimestampVerificationResult
public:
virtual EmbeddedTimestampVerificationResult^ GetResponseVerificationResult() sealed
function GetResponseVerificationResult();
Return Value
Type:
EmbeddedTimestampVerificationResult a timestamp response verification result
See Also