The CERT_KEYGEN_REQUEST_INFO structure contains information stored in Netscape's Keygen request. The subject, and subject public key blobs are the encoded representation of the information.
typedef struct _CERT_KEYGEN_REQUEST_INFO {
DWORD dwVersion;
CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo;
LPWSTR pwszChallengeString; // encoded as IA5
} CERT_KEYGEN_REQUEST_INFO, *PCERT_KEYGEN_REQUEST_INFO;
Certificate version name | Value |
---|---|
CERT_V1 | 0 |