Timestamp Property
The date and time of the last modification of the protected data file (in UTC).
Syntax
ANSI (Cross Platform) char* GetTimestamp();
int SetTimestamp(const char* lpszTimestamp); Unicode (Windows) LPWSTR GetTimestamp();
INT SetTimestamp(LPCWSTR lpszTimestamp);
@property (nonatomic,readwrite,assign,getter=timestamp,setter=setTimestamp:) NSString* timestamp; - (NSString*)timestamp; - (void)setTimestamp:(NSString*)newTimestamp;
#define PID_PGPWRITER_TIMESTAMP 35 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PGPWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PGPWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
""
Remarks
Use this property to set a timestamp for the data being protected.
Data Type
String