SecureBlackbox 2020 C++ Edition

Questions / Feedback?

DataURI Property

The URI to be included with the timestamped data.

Syntax

ANSI (Cross Platform)
char* GetDataURI();
int SetDataURI(const char* lpszDataURI); Unicode (Windows) LPWSTR GetDataURI();
INT SetDataURI(LPCWSTR lpszDataURI);
@property (nonatomic,readwrite,assign,getter=dataURI,setter=setDataURI:) NSString* dataURI;
- (NSString*)dataURI;
- (void)setDataURI:(NSString*)newDataURI;
#define PID_MESSAGETIMESTAMPER_DATAURI 2

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

""

Remarks

Use this property to provide a URI to be saved alongside the timestamped data. This value is only informational.

Data Type

String

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