SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigAllowedChanges Property

The changes to the document are allowed by the signature.

Syntax

ANSI (Cross Platform)
int GetSigAllowedChanges();
int SetSigAllowedChanges(int iSigAllowedChanges); Unicode (Windows) INT GetSigAllowedChanges();
INT SetSigAllowedChanges(INT iSigAllowedChanges);

Possible Values

PSAC_NONE(0), 
PSAC_FILL_IN_FORMS(1),
PSAC_COMMENT(2),
PSAC_ALL(3)
@property (nonatomic,readwrite,assign,getter=sigAllowedChanges,setter=setSigAllowedChanges:) int sigAllowedChanges;
- (int)sigAllowedChanges;
- (void)setSigAllowedChanges:(int)newSigAllowedChanges;

Possible Values

PSAC_NONE(0), 
PSAC_FILL_IN_FORMS(1),
PSAC_COMMENT(2),
PSAC_ALL(3)
#define PID_PDFSIGNER_SIGALLOWEDCHANGES 64

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

Default Value

0

Remarks

The changes to the document are allowed by the signature.

This property is only applicable to MDP/certification signatures and has no effect for any other kinds of signatures (regular or document timestamps).

psacNone0No changes are allowed by the signature
psacFillInForms1Only form fill-in is allowed
psacComment2Commenting is allowed
psacAll3Form fill-in and commenting are allowed

This property is not available at design time.

Data Type

Integer

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