Discuss this help topic in SecureBlackbox Forum
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;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLAdES
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum