C/C++ API
HSM Dinamo
Loading...
Looking for...
No entries found
Structure Reference DS_BIND_INFO

#include "dinamo.h"

Data Fields

BYTE bVersion
 
char szHSM[D_MAX_DS_BIND_B62_ID+1]
 
char szAccount[D_MAX_DS_BIND_B62_ID+1]
 
BYTE pbPSK[D_DS_BIND_PSK_LEN]
 
char szURL[D_MAX_DS_BIND_URL+1]
 

Detailed description

Parameter structure Dinamo Services Bind. Used for customized parameterization.

Fields

bVersion

BYTE bVersion

Version of the bind info. It should be D_DS_BIND_VERSION.

szHSM

HSM identifier in base62. Minimum size of D_MIN_DS_BIND_B62_ID and maximum of D_MAX_DS_BIND_B62_ID.

szAccount

char szAccount[D_MAX_DS_BIND_B62_ID+1]

Account identifier in base62. Minimum size of D_MIN_DS_BIND_B62_ID and maximum of D_MAX_DS_BIND_B62_ID.

pbPSK

PSK in the fixed-size binary format of D_DS_BIND_PSK_LEN.

szURL

URL of Dinamo Services. Maximum size of D_MAX_DS_BIND_URL.


The documentation for this structure was generated from the following file: