Discuss this help topic in SecureBlackbox Forum
Defines possible responder ID types
Declaration
[C#/Java]
TElResponderIDType = short;
const short ritName = 0;
const short ritKeyHash = 1;
[VB.NET]
TElResponderIDType As SmallInt
Const ritName As SmallInt = 0
Const ritKeyHash As SmallInt = 1
[Pascal]
TElResponderIDType = (ritName, ritKeyHash);
[C++]
typedef uint8_t TElResponderIDTypeRaw;
typedef enum { ritName = 0, ritKeyHash = 1 } TElResponderIDType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBOCSPCommon
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum