GetTimeStampStatus
Digital signatures
Description
Returns the RFC 3161 status the authority reported for the last exchange.
Syntax
Delphi
Function TPDFlib.GetTimeStampStatus: Integer;Return values
| 0 | granted |
|---|---|
| 1 | grantedWithMods |
| 2 | rejection |
| 3 | waiting |
| 4 | revocationWarning |
| 5 | revocationNotification |
| -1 | The exchange never reached a valid response. |
Remarks
Only 0 and 1 carry a usable token. The accompanying free text, when the authority sent any, is available through GetTimeStampError.