SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignDocument Property

Whether to sign the document itself.

Syntax

ANSI (Cross Platform)
int GetSignDocument();
int SetSignDocument(int bSignDocument); Unicode (Windows) BOOL GetSignDocument();
INT SetSignDocument(BOOL bSignDocument);
@property (nonatomic,readwrite,assign,getter=signDocument,setter=setSignDocument:) BOOL signDocument;
- (BOOL)signDocument;
- (void)setSignDocument:(BOOL)newSignDocument;
#define PID_OFFICESIGNER_SIGNDOCUMENT 50

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

Default Value

TRUE

Remarks

Use this property to specify whether the signature should be computed over the document itself.

Data Type

Boolean

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