SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TimestampType Property

Sets the signature timestamp type.

Syntax

ANSI (Cross Platform)
int GetTimestampType();
int SetTimestampType(int iTimestampType); Unicode (Windows) INT GetTimestampType();
INT SetTimestampType(INT iTimestampType);

Possible Values

ACT_UNKNOWN(0), 
ACT_LEGACY(1),
ACT_TRUSTED(2)
@property (nonatomic,readwrite,assign,getter=timestampType,setter=setTimestampType:) int timestampType;
- (int)timestampType;
- (void)setTimestampType:(int)newTimestampType;

Possible Values

ACT_UNKNOWN(0), 
ACT_LEGACY(1),
ACT_TRUSTED(2)
#define PID_AUTHENTICODESIGNER_TIMESTAMPTYPE 64

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_AuthenticodeSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_AuthenticodeSigner_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8166]