SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Level Property

Specifies the level according to which the inner AdES signature is to be composed.

Syntax

property Level: TsbxASiCLevels read get_Level write set_Level;
TsbxASiCLevels = ( aslUnknown, aslBES, aslEPES, aslT, aslC, aslXType1, aslXType2, aslXLType1, aslXLType2, aslBaselineB, aslBaselineT, aslBaselineLT, aslBaselineLTA, aslExtendedBES, aslExtendedEPES, aslExtendedT, aslExtendedC, aslExtendedXType1, aslExtendedXType2, aslExtendedXLType1, aslExtendedXLType2, aslExtendedA, aslA );

Default Value

aslBES

Remarks

CAdES and XAdES standards define a number of signature levels. The main differences between levels are in the scope of validation information included to the signature. BES signatures only include the most necessary information (the signing chain), whereas XL and A signatures include the complete set.

aslUnknown0
aslBES1
aslEPES2
aslT3
aslC4
aslXType15
aslXType26
aslXLType17
aslXLType28
aslBaselineB9
aslBaselineT10
aslBaselineLT11
aslBaselineLTA12
aslExtendedBES13
aslExtendedEPES14
aslExtendedT15
aslExtendedC16
aslExtendedXType117
aslExtendedXType218
aslExtendedXLType119
aslExtendedXLType220
aslA21
aslExtendedA22

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