CERT_REQUEST_INFO
This structure contains information for a certificate request. The subject, subject public key, and attribute BLOB (Cryptography) structures are encoded.
typedef struct _CERT_REQUEST_INFO {DWORDdwVersion;CERT_NAME_BLOBSubject;CERT_PUBLIC_KEY_INFOSubjectPublicKeyInfo;DWORDcAttribute;PCRYPT_ATTRIBUTErgAttribute;} CERT_REQUEST_INFO, *PCERT_REQUEST_INFO;
Members
- dwVersion
Certificate's version number. The following table shows the defined version number.Certificate version Description CERT_V1 version 1 - Subject
BLOB structure containing the certificate subject's encoded name. - SubjectPublicKeyInfo
CERT_PUBLIC_KEY_INFO structure containing the encoded public key and its algorithm. - cAttribute
Number of elements in the rgAttribute array. - rgAttribute
Array of pointers to CRYPT_ATTRIBUTE structures, each holding attribute information about the certificate.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
CryptSignAndEncodeCertificate | BLOB (Cryptography) | CERT_PUBLIC_KEY_INFO | CRYPT_ATTRIBUTE
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.