CRYPT_ATTRIBUTES

The CRYPT_ATTRIBUTES structure is used to specify an array of attributes.

typedef struct _CRYPT_ATTRIBUTES {
    DWORD              cAttr;
    PCRYPT_ATTRIBUTE   rgAttr;
} CRYPT_ATTRIBUTES,   *PCRYPT_ATTRIBUTES;
 

Members

cAttr
The number of elements in the array rgAttr.
rgAttr
An array of CRYPT_ATTRIBUTE structures.

See Also

CMSG_SIGNER_INFO, CRYPT_ATTRIBUTE, CryptMsgGetParam