Discuss this help topic in SecureBlackbox Forum
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:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum