SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Detached Property

Specifies whether a detached timestamp should be produced.

Syntax

ANSI (Cross Platform)
int GetDetached();
int SetDetached(int bDetached); Unicode (Windows) BOOL GetDetached();
INT SetDetached(BOOL bDetached);
@property (nonatomic,readwrite,assign,getter=detached,setter=setDetached:) BOOL detached;
- (BOOL)detached;
- (void)setDetached:(BOOL)newDetached;
#define PID_MESSAGETIMESTAMPER_DETACHED 3

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

Default Value

FALSE

Remarks

Set this property to true to produce a detached timestamp, i.e. kept separately and alongside the timestamped document.

Data Type

Boolean

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