Discuss this help topic in SecureBlackbox Forum
Defines XAdES forms.
Declaration
[C#]
TSBXAdESForm = short;
const short XAdES = 0;
const short XAdES_BES = 1;
const short XAdES_EPES = 2;
const short XAdES_T = 3;
const short XAdES_C = 4;
const short XAdES_X = 5;
const short XAdES_X_L = 6;
const short XAdES_A = 7;
const short XAdES_E_BES = 8;
const short XAdES_E_EPES = 9;
const short XAdES_E_T = 10;
const short XAdES_E_C = 11;
const short XAdES_E_X = 12;
const short XAdES_E_X_Long = 13;
const short XAdES_E_X_L = 14;
const short XAdES_E_A = 15;
[VB.NET]
TSBXAdESForm As Short
Const XAdES As Short = 0
Const XAdES_BES As Short = 1
Const XAdES_EPES As Short = 2
Const XAdES_T As Short = 3
Const XAdES_C As Short = 4
Const XAdES_X As Short = 5
Const XAdES_X_L As Short = 6
Const XAdES_A As Short = 7
Const XAdES_E_BES As Short = 8
Const XAdES_E_EPES As Short = 9
Const XAdES_E_T As Short = 10
Const XAdES_E_C As Short = 11
Const XAdES_E_X As Short = 12
Const XAdES_E_X_Long As Short = 13
Const XAdES_E_X_L As Short = 14
Const XAdES_E_A As Short = 15
[Pascal]
TSBXAdESForm = (XAdES, XAdES_BES, XAdES_EPES, XAdES_T, XAdES_C, XAdES_X, XAdES_X_L, XAdES_A);
[C++]
typedef uint8_t TSBXAdESFormRaw;
typedef enum { XAdES = 0, XAdES_BES = 1, XAdES_EPES = 2, XAdES_T = 3, XAdES_C = 4, XAdES_X = 5, XAdES_X_L = 6, XAdES_A = 7, XAdES_E_BES = 8, XAdES_E_EPES = 9, XAdES_E_T = 10, XAdES_E_C = 11, XAdES_E_X = 12, XAdES_E_X_Long = 13, XAdES_E_X_L = 14, XAdES_E_A = 15 } TSBXAdESForm;
[PHP]
class TSBXAdESForm extends TSBBaseEnum {
const XAdES = 0;
const XAdES_BES = 1;
const XAdES_EPES = 2;
const XAdES_T = 3;
const XAdES_C = 4;
const XAdES_X = 5;
const XAdES_X_L = 6;
const XAdES_A = 7;
const XAdES_E_BES = 8;
const XAdES_E_EPES = 9;
const XAdES_E_T = 10;
const XAdES_E_C = 11;
const XAdES_E_X = 12;
const XAdES_E_X_Long = 13;
const XAdES_E_X_L = 14;
const XAdES_E_A = 15;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLAdES
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum