SecureBlackbox 2020 PHP Edition

Questions / Feedback?

TimestampType Property

Sets the signature timestamp type.

Object Oriented Interface

public function getTimestampType();
public function setTimestampType($value);

Procedural Interface

secureblackbox_authenticodesigner_get($res, 64 );
secureblackbox_authenticodesigner_set($res, 64, $value );

Default Value

2

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).

actUnknown0
actLegacy1
actTrusted2

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]