SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignatureIndex Property

The index of the signature to update.

Syntax

ANSI (Cross Platform)
int GetSignatureIndex();
int SetSignatureIndex(int iSignatureIndex); Unicode (Windows) INT GetSignatureIndex();
INT SetSignatureIndex(INT iSignatureIndex);
@property (nonatomic,readwrite,assign,getter=signatureIndex,setter=setSignatureIndex:) int signatureIndex;
- (int)signatureIndex;
- (void)setSignatureIndex:(int)newSignatureIndex;
#define PID_OFFICESIGNER_SIGNATUREINDEX 47

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

0

Remarks

Use this property to specify the index of the existing signature before timestamping or adding validation info.

Data Type

Integer

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