Discuss this help topic in SecureBlackbox Forum
Specifies, whether certain XAdES elements should be included to the electronic signature, or not.
Declaration
[C#/Java]
TElXAdESIncludedProperty = int;
const int xipSignerRole = 1;
const int xipProductionPlace = 2;
[VB.NET]
TElXAdESIncludedProperty As Integer
Const xipSignerRole As Integer = 1
Const xipProductionPlace As Integer = 2
[Pascal]
TElXAdESIncludedProperty = (xipSignerRole, xipProductionPlace);
[C++]
typedef uint8_t TElXAdESIncludedPropertyRaw;
typedef enum { xipSignerRole = 0, xipProductionPlace = 1 } TElXAdESIncludedProperty;
typedef uint32_t TElXAdESIncludedPropertiesRaw;
typedef enum { f_xipSignerRole = 1, f_xipProductionPlace = 2 } TElXAdESIncludedProperties;
Description
Possible values:
Declared in
.NET:
- Namespace: SBXMLAdESIntf
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum