SecureBlackbox 2020 C++ Edition

Questions / Feedback?

XAdESForm Property

Specifies which form of XAdES has been used.

Syntax

ANSI (Cross Platform)
int GetXAdESForm();

Unicode (Windows)
INT GetXAdESForm();

Possible Values

XAF_UNKNOWN(0), 
XAF_BASIC(1),
XAF_BES(2),
XAF_EPES(3),
XAF_T(4),
XAF_C(5),
XAF_X(6),
XAF_XL(7),
XAF_A(8),
XAF_EXTENDED_BES(9),
XAF_EXTENDED_EPES(10),
XAF_EXTENDED_T(11),
XAF_EXTENDED_C(12),
XAF_EXTENDED_X(13),
XAF_EXTENDED_XLONG(14),
XAF_EXTENDED_XL(15),
XAF_EXTENDED_A(16)
@property (nonatomic,readonly,assign,getter=XAdESForm) int XAdESForm;
- (int)XAdESForm;

Possible Values

XAF_UNKNOWN(0), 
XAF_BASIC(1),
XAF_BES(2),
XAF_EPES(3),
XAF_T(4),
XAF_C(5),
XAF_X(6),
XAF_XL(7),
XAF_A(8),
XAF_EXTENDED_BES(9),
XAF_EXTENDED_EPES(10),
XAF_EXTENDED_T(11),
XAF_EXTENDED_C(12),
XAF_EXTENDED_X(13),
XAF_EXTENDED_XLONG(14),
XAF_EXTENDED_XL(15),
XAF_EXTENDED_A(16)
#define PID_SOAPVERIFIER_XADESFORM 215

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

Default Value

0

Remarks

Use this property to check the form (level) of XAdES.

xafUnknown0
xafBasic1XAdES form, supported by XAdES v1.1.1
xafBES2XAdES-BES form, supported starting from XAdES v1.2.2
xafEPES3XAdES-EPES form, supported starting from XAdES v1.2.2
xafT4XAdES-T form
xafC5XAdES-C form
xafX6XAdES-X form
xafXL7XAdES-X-L form
xafA8XAdES-A form
xafExtendedBES9XAdES-E-BES form
xafExtendedEPES10XAdES-E-EPES form
xafExtendedT11XAdES-E-T form
xafExtendedC12XAdES-E-C form
xafExtendedX13XAdES-E-X form
xafExtendedXLong14XAdES-E-X-Long form (type 1)
xafExtendedXL15XAdES-E-X-L form (type 2)
xafExtendedA16XAdES-E-A form

* XAdES-E-* forms are supported starting from XAdES v1.3.2

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]