Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TElXAdESIncludedProperties = int;
const int xipSignerRole = 1;
const int xipProductionPlace = 2;
const int xipSignerRoleV2 = 4;
const int xipProductionPlaceV2 = 8;
[VB.NET]
TElXAdESIncludedProperties As Integer
Const xipSignerRole As Integer = 1
Const xipProductionPlace As Integer = 2
Const xipSignerRoleV2 As Integer = 4
Const xipProductionPlaceV2 As Integer = 8
[Pascal]
under development
[C++]
typedef uint8_t TElXAdESIncludedPropertyRaw;
typedef enum { xipSignerRole = 0, xipProductionPlace = 1, xipSignerRoleV2 = 2, xipProductionPlaceV2 = 3 } TElXAdESIncludedProperty;
typedef uint32_t TElXAdESIncludedPropertiesRaw;
typedef enum { f_xipSignerRole = 1, f_xipProductionPlace = 2, f_xipSignerRoleV2 = 4, f_xipProductionPlaceV2 = 8 } TElXAdESIncludedProperties;
[PHP]
class TElXAdESIncludedProperties extends TSBBaseEnum {
const xipSignerRole = 1;
const xipProductionPlace = 2;
const xipSignerRoleV2 = 4;
const xipProductionPlaceV2 = 8;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLAdESIntf
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum