Condividi tramite


CERT_DH_PARAMETERS struttura (wincrypt.h)

La struttura CERT_DH_PARAMETERS contiene parametri associati a un algoritmo di chiave pubblica Diffie/Hellman .

Sintassi

typedef struct _CERT_DH_PARAMETERS {
  CRYPT_UINT_BLOB p;
  CRYPT_UINT_BLOB g;
} CERT_DH_PARAMETERS, *PCERT_DH_PARAMETERS;

Members

p

Primo modulo P. Il bit più significativo del byte più significativo deve essere sempre impostato su 1.

g

Generator G. Deve essere la stessa lunghezza di p (deve essere riempita con 0x00 byte se è minore).

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h