Discuss this help topic in SecureBlackbox Forum

TSBXAdESResponderIDType

Declared in     


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


Defines how the responder is identified.

Declaration

[C#]
    TSBXAdESResponderIDType = short;
        const short xrtByName = 0;
        const short xrtByKey = 1;

[VB.NET]
    TSBXAdESResponderIDType As Short
        Const xrtByName As Short = 0
        Const xrtByKey As Short = 1

[Pascal]
    TSBXAdESResponderIDType = (xrtByName, xrtByKey);

[C++]
    typedef uint8_t TSBXAdESResponderIDTypeRaw;
    typedef enum { xrtByName = 0, xrtByKey = 1 } TSBXAdESResponderIDType;

[PHP]
    class TSBXAdESResponderIDType extends TSBBaseEnum {
        const xrtByName = 0;
        const xrtByKey = 1;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBXMLAdES
  • Assembly: SecureBlackbox.XML
VCL:
  • Unit: SBXMLAdES
Java:
  • Package: SecureBlackbox.XML.jar
C++:
  • sbxmlades.h

Discuss this help topic in SecureBlackbox Forum