Discuss this help topic in SecureBlackbox Forum

TElXAdESIncludedProperties

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBXMLAdESIntf
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBXMLAdESIntf
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbxmladesintf.h

See also:     TElXAdESIncludedProperty    

Discuss this help topic in SecureBlackbox Forum