SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignatureLevel Property

Specifies the signature kind and level.

Syntax

ANSI (Cross Platform)
int GetSignatureLevel(int iSignatureIndex);

Unicode (Windows)
INT GetSignatureLevel(INT iSignatureIndex);

Possible Values

PSL_LEGACY(0), 
PSL_BES(1),
PSL_EPES(2),
PSL_LTV(3),
PSL_DOCUMENT_TIMESTAMP(4)
- (int)signatureLevel:(int)signatureIndex;

Possible Values

PSL_LEGACY(0), 
PSL_BES(1),
PSL_EPES(2),
PSL_LTV(3),
PSL_DOCUMENT_TIMESTAMP(4)
#define PID_PDFVERIFIER_SIGNATURELEVEL 135

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFVerifier_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

0

Remarks

Specifies the signature kind and level.

pslLegacy0Legacy Adobe signature (adbe.pkcs7.detached or adbe.pkcs7.sha1)
pslBES1PAdES-BES signature (ETSI.CAdES.detached)
pslEPES2PAdES-EPES signature (ETSI.CAdES.detached + embedded policy)
pslLTV3PAdES-LTV signature (ETSI.CAdES.detached + revocation info)
pslDocumentTimestamp4Document timestamp (ETSI.RFC3161)

The SignatureIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignatureCount property.

This property is read-only and 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]