Discuss this help topic in SecureBlackbox Forum

TSBXAdESResponderIDType

Declared in     


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


Defines how the responder is identified.

Declaration

[C#/Java]
    TSBXAdESResponderIDType = short;
        const short xrtByName = 1;
        const short xrtByKey = 2;

[VB.NET]
    TSBXAdESResponderIDType As SmallInt
        Const xrtByName As SmallInt = 1
        Const xrtByKey As SmallInt = 2

[Pascal]
    TSBXAdESResponderIDType = (xrtByName, xrtByKey);

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

Description

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