Condividi tramite


OPM_RANDOM_NUMBER struttura (opmapi.h)

Contiene un numero casuale a 128 bit da usare con Output Protection Manager (OPM).

Sintassi

typedef struct _OPM_RANDOM_NUMBER {
  BYTE abRandomNumber[16];
} OPM_RANDOM_NUMBER;

Members

abRandomNumber[16]

Matrice a 128 bit che contiene un numero casuale.

Commenti

Usare sempre un generatore di numeri casuali sicuro crittograficamente per compilare questa struttura. La funzione CryptGenRandom è consigliata, anche se non necessaria.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione opmapi.h (includere Opmapi.h)

Vedi anche

Strutture OPM

Output Protection Manager