CERT_KEYGEN_REQUEST_INFO
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_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
Header | wincrypt.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |