TimestampType Property
Sets the signature timestamp type.
Syntax
property TimestampType: TsbxAuthenticodeTimestampTypes read get_TimestampType write set_TimestampType;
TsbxAuthenticodeTimestampTypes = ( actUnknown, actLegacy, actTrusted );
Default Value
actTrusted
Remarks
Use this property to specify the signature timestamp type. This can either be a "trusted" timestamp (a weird name applied by the Authenticode specification to a standard RFC 3161 timestamp), or a "legacy" timestamp (an older variant of the base64-encoded TSP protocol).
actUnknown | 0 |
actLegacy | 1 |
actTrusted | 2 |