structure OPM_RANDOM_NUMBER (opmapi.h)
Contient un nombre aléatoire de 128 bits à utiliser avec Output Protection Manager (OPM).
Syntaxe
typedef struct _OPM_RANDOM_NUMBER {
BYTE abRandomNumber[16];
} OPM_RANDOM_NUMBER;
Membres
abRandomNumber[16]
Tableau 128 bits qui contient un nombre aléatoire.
Notes
Utilisez toujours un générateur de nombres aléatoires sécurisé par chiffrement pour remplir cette structure. La fonction CryptGenRandom est recommandée, même si elle n’est pas obligatoire.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | opmapi.h (inclure Opmapi.h) |