CERT_REQUEST_INFO (Windows CE 5.0)

Send Feedback

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
    Pointer to an array of structures of type to CRYPT_ATTRIBUTE.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

CryptSignAndEncodeCertificate | BLOB (Cryptography) | CERT_PUBLIC_KEY_INFO | CRYPT_ATTRIBUTE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.