Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CERT_X942_DH_VALIDATION_PARAMS structure is optionally pointed to by a member of the CERT_X942_DH_PARAMETERS structure and contains additional seed information.
Syntax
typedef struct _CERT_X942_DH_VALIDATION_PARAMS {
  CRYPT_BIT_BLOB seed;
  DWORD          pgenCounter;
} CERT_X942_DH_VALIDATION_PARAMS, *PCERT_X942_DH_VALIDATION_PARAMS;
Members
seed
A CRYPT_UINT_BLOB that contains an unsigned seed value.
pgenCounter
A DWORD counter.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP [desktop apps only] | 
| Minimum supported server | Windows Server 2003 [desktop apps only] | 
| Header | wincrypt.h |