CRYPT_ATTRIBUTE

The CRYPT_ATTRIBUTE structure is used to specify an attribute having one or more values.

typedef struct _CRYPT_ATTRIBUTE {
    LPSTR            pszObjId;
    DWORD            cValue;
    PCRYPT_ATTR_BLOB rgValue;
} CRYPT_ATTRIBUTE,  *PCRYPT_ATTRIBUTE;
 

Members

pszObjId
The object identifier that specifies the type of attribute data contained in the rgValue array.
cValue
The number of elements in the array rgValue.
rgValue
An array of CRYPT_ATTR_BLOB structures.

See Also

BLOB Structure, CERT_REQUEST_INFO, CMSG_SIGNER_ENCODE_INFO, CRYPT_ATTRIBUTES, CRYPT_SIGN_MESSAGE_PARA, CRYPT_TIME_STAMP_REQUEST_INFO, CertFindAttribute