Share via


CRYPT_ATTRIBUTE

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
    Array of pointers to BLOB (Cryptography) structures. The cbData member of the BLOB structure indicates the length of the pbData member. The pbData contains the attribute information.

Requirements

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

See Also

CertFindAttribute | BLOB (Cryptography) | CERT_REQUEST_INFO

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.