SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignCoreProperties Property

Whether to sign the core properties of the document.

Syntax

ANSI (Cross Platform)
int GetSignCoreProperties();
int SetSignCoreProperties(int bSignCoreProperties); Unicode (Windows) BOOL GetSignCoreProperties();
INT SetSignCoreProperties(BOOL bSignCoreProperties);
@property (nonatomic,readwrite,assign,getter=signCoreProperties,setter=setSignCoreProperties:) BOOL signCoreProperties;
- (BOOL)signCoreProperties;
- (void)setSignCoreProperties:(BOOL)newSignCoreProperties;
#define PID_OFFICEQUICKSIGNER_SIGNCOREPROPERTIES 17

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

Default Value

FALSE

Remarks

The core properties are a set of elements that describe common and well-known properties of the Office document package such as creator, version, revision, etc.

Data Type

Boolean

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