SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ExtractionMode Property

Specifies which entries should be extracted from the container upon verification.

Syntax

__property TsbxASiCVerifierExtractionModes ExtractionMode = { read=FExtractionMode, write=FSetExtractionMode };
enum TsbxASiCVerifierExtractionModes { aemNone=0, aemAll=1, aemSigned=2, aemSignedAndValid=3 };

Default Value

aemNone

Remarks

Use this property to choose entries that should be extracted in the Verify method. Choose between extracting all files, signed-only, signed and with verified signature, and none at all (verify-only mode).

aemNone0
aemAll1
aemSigned2
aemSignedAndValid3

Data Type

Integer

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