CRYPT_ATTRIBUTE (Windows CE 5.0)

Send Feedback

This structure specifies an attribute having one or more values.

typedef struct _CRYPT_ATTRIBUTE {LPSTRpszObjId;DWORDcValue;PCRYPT_ATTR_BLOBrgValue;} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;

Members

  • pszObjId
    Object identifier (OID) specifying the type of data contained in the rgValue array.
  • cValue
    Number of elements in the rgValue array.
  • rgValue
    Pointer to an array of BLOB (Cryptography) structures.

Requirements

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

See Also

CertFindAttribute | BLOB (Cryptography) | CERT_REQUEST_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.