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

#include "dinamo.h"

Data Fields

char szUserId[MAX_USR_LEN+1]
 
char szPassword[MAX_USR_PWD+1]
 
DWORD dwAuthMask
 

Detailed description

Data for creating new users on Dinamo. This structure is used by the DCreateUser() function.

Examples
user_add_remove.c and user_otp.c.

Fields

szUserId

char szUserId[MAX_USR_LEN+1]

User identifier. It must be unique and uppercase and lowercase characters are differentiated (case-sensitive).

Examples
user_otp.c.

szPassword

char szPassword[MAX_USR_PWD+1]

Password associated with the user. Uppercase and lowercase characters are case-sensitive.

Examples
user_otp.c.

dwAuthMask

DWORD dwAuthMask

Authorization mask. This must be composed from a bitmask according to the permissions previously defined. See the DCreateUser function.


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