TimestampingResultGetData Method |
If GetStatus gives true, returns the data from the completed timestamping operation, otherwise throws.
If this result was returned from TimestampOnNextSave, then this data is the timestamp token.
However, if this result was returned from GenerateContentsWithEmbeddedTimestamp, then this data is the main
document CMS signature of the DigitalSignatureField but with a newly-added embedded
timestamp (unsigned signature-time-stamp attribute as specified in PAdES and PDF 2.0).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetData As Byte()
public:
virtual array<unsigned char>^ GetData() sealed
Return Value
Type:
Bytethe data representing the result of the timestamping operation, if GetStatus gives true
See Also