SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SigLevel Property

Specifies the signature kind and level.

Syntax

__property TsbxPDFVerifierSigLevels SigLevel = { read=FSigLevel };
enum TsbxPDFVerifierSigLevels { pslLegacy=0, pslBES=1, pslEPES=2, pslLTV=3, pslDocumentTimestamp=4 };

Default Value

pslLegacy

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)

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++ Builder Edition - Version 20.0 [Build 8154]