struttura OPM_RANDOM_NUMBER (ksopmapi.h)

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

Sintassi

typedef struct _OPM_RANDOM_NUMBER {
  BYTE abRandomNumber[16];
} OPM_RANDOM_NUMBER, *POPM_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 ksopmapi.h (include Opmapi.h)

Vedi anche

Strutture OPM

Output Protection Manager