Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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