Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information stored in a 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
Send Feedback on this topic to the authors