EndPAdESSignatureTimeStampProcessToStream
Security and Signatures
Description
Applies the staged augmented CMS bytes and writes the timestamped PDF to a stream.
Syntax
Delphi
Function EndPAdESSignatureTimeStampProcessToStream(STSProcessID: Integer; OutputStream: TStream): Integer;Parameters
| STSProcessID | Value returned by one of the NewPAdESSignatureTimeStampProcessFrom* functions. |
|---|---|
| OutputStream | Destination stream. |
Returns
Returns the process result code from the apply operation, or 0 for an invalid process id.
See also
GetPAdESSignatureTimeStampProcessResult, ReleasePAdESSignatureTimeStampProcess