estructura CERT_DH_PARAMETERS (wincrypt.h)
La estructura de CERT_DH_PARAMETERS contiene parámetros asociados a un algoritmo de clave pública Diffie/Hellman .
Sintaxis
typedef struct _CERT_DH_PARAMETERS {
CRYPT_UINT_BLOB p;
CRYPT_UINT_BLOB g;
} CERT_DH_PARAMETERS, *PCERT_DH_PARAMETERS;
Miembros
p
Módulo primo P. El bit más significativo del byte más significativo siempre debe establecerse en 1.
g
Generador G. Debe tener la misma longitud que p (debe rellenarse con 0x00 bytes si es menor).
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | wincrypt.h |