CERT_EXTENSION (Windows CE 5.0)

Send Feedback

This structure contains the extension information for a certificate.

typedef struct _CERT_EXTENSION {LPSTRpszObjId;BOOLfCritical;CRYPT_OBJID_BLOBValue;} CERT_EXTENSION, *PCERT_EXTENSION;

Members

  • pszObjId
    Object identifier (OID) that specifies the structure of the extension data contained in the Value member. For specifics on extension OIDs and their related structures, see X.509 Certificate Extension Structures.
  • fCritical
    If TRUE, any limitations specified by the extension in the Value member of this structure are imperative. If FALSE, limitations set by this extension can be ignored.
  • Value
    A BLOB (Cryptography) structure that contains the encoded extension data. The cbData member of Value indicates the length in bytes of the pbData member. The pbData byte string is the encoded extension.

Requirements

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

See Also

CertFindExtension | BLOB (Cryptography) | CERT_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.