Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

typedef struct _CERT_KEYGEN_REQUEST_INFO {
  DWORD 
dwVersion;
  CERT_PUBLIC_KEY_INFO 
SubjectPublicKeyInfo;
  LPWSTR 
pwszChallengeString;
} 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_INFOstructure 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

Header wincrypt.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also