structure CERT_X942_DH_VALIDATION_PARAMS (wincrypt.h)
La structure CERT_X942_DH_VALIDATION_PARAMS est éventuellement pointée par un membre de la structure CERT_X942_DH_PARAMETERS et contient des informations de départ supplémentaires.
Syntaxe
typedef struct _CERT_X942_DH_VALIDATION_PARAMS {
CRYPT_BIT_BLOB seed;
DWORD pgenCounter;
} CERT_X942_DH_VALIDATION_PARAMS, *PCERT_X942_DH_VALIDATION_PARAMS;
Membres
seed
Une CRYPT_UINT_BLOB qui contient une valeur initiale non signée.
pgenCounter
Compteur DWORD .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wincrypt.h |