Share via


CERT_KEYGEN_REQUEST_INFO

This structure contains information stored in the Netscape Keygen request. The subject and subject public key BLOB (Cryptography) structures are encoded.

typedef struct _CERT_KEYGEN_REQUEST_INFO {DWORDdwVersion;CERT_PUBLIC_KEY_INFOSubjectPublicKeyInfo;LPWSTRpwszChallengeString;} CERT_KEYGEN_REQUEST_INFO, *PCERT_KEYGEN_REQUEST_INFO;

Members

  • dwVersion
    Version number of the certificate. CERT_V1 is the only defined version number.
  • SubjectPublicKeyInfo
    CERT_PUBLIC_KEY_INFO structure containing the encoded public key and its algorithm.
  • pwszChallengeString
    Random printable string. The server uses this member to ensure that the key that it is certifying matches the client on the page.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

BLOB (Cryptography) | CERT_PUBLIC_KEY_INFO | CERT_REQUEST_INFO

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.