API C/C++
HSM Dinamo
Todos Estruturas de dados Arquivos Funções Variáveis Definições de Tipos Enumerações Enumeradores Definições e Macros Grupos Páginas
Structure Reference USER_BLOCK

#include "dinamo.h"

Data Fields

char szUserId[MAX_USR_LEN+1]
 
int nBlocked
 
DWORD dwAttempts
 

Detailed description

Structure for passing user lock parameters to DGetUserParam().

Fields

szUserId

char szUserId[MAX_USR_LEN+1]

Identification of the user in the HSM. The user name can contain MAX_USR_LEN characters. If the user name is shorter than MAX_USR_LEN, complete it with zeros (\0).

nBlocked

int nBlocked

0 for non-locked user and non-zero for locked user.

dwAttempts

DWORD dwAttempts

Number of invalid authentication attempts.


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