SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigAlgorithmInfo Property

Information about the algorithm to be shown on the signature widget.

Syntax

ANSI (Cross Platform)
char* GetSigAlgorithmInfo();
int SetSigAlgorithmInfo(const char* lpszSigAlgorithmInfo); Unicode (Windows) LPWSTR GetSigAlgorithmInfo();
INT SetSigAlgorithmInfo(LPCWSTR lpszSigAlgorithmInfo);
@property (nonatomic,readwrite,assign,getter=sigAlgorithmInfo,setter=setSigAlgorithmInfo:) NSString* sigAlgorithmInfo;
- (NSString*)sigAlgorithmInfo;
- (void)setSigAlgorithmInfo:(NSString*)newSigAlgorithmInfo;
#define PID_PDFSIGNER_SIGALGORITHMINFO 63

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

""

Remarks

Information about the algorithm to be shown on the signature widget.

This property contains information about the algorithm to be displayed in the signature widget. This property is taken into account only if AutoText is False. If SigAutoText is True, information about the algorithm is generated automatically in the form of "Algorithm/Key size", e.g. "RSA/1024 bits".

This property is not available at design time.

Data Type

String

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