Discuss this help topic in SecureBlackbox Forum
Defines XAdES forms.
Declaration
[C#/Java]
TSBXAdESForm = short;
const short XAdES = 1;
const short XAdES_BES = 2;
const short XAdES_EPES = 3;
const short XAdES_T = 4;
const short XAdES_C = 5;
const short XAdES_X = 6;
const short XAdES_X_L = 7;
const short XAdES_A = 8;
[VB.NET]
TSBXAdESForm As SmallInt
Const XAdES As SmallInt = 1
Const XAdES_BES As SmallInt = 2
Const XAdES_EPES As SmallInt = 3
Const XAdES_T As SmallInt = 4
Const XAdES_C As SmallInt = 5
Const XAdES_X As SmallInt = 6
Const XAdES_X_L As SmallInt = 7
Const XAdES_A As SmallInt = 8
[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 } TSBXAdESForm;
Description
Possible values:
Declared in
.NET:
- Namespace: SBXMLAdES
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum