CMC_TAGGED_ATTRIBUTE structure (wincrypt.h)
The CMC_TAGGED_ATTRIBUTE structure is used in the CMC_DATA_INFO and CMC_RESPONSE_INFO structures.
Syntax
typedef struct _CMC_TAGGED_ATTRIBUTE {
DWORD dwBodyPartID;
CRYPT_ATTRIBUTE Attribute;
} CMC_TAGGED_ATTRIBUTE, *PCMC_TAGGED_ATTRIBUTE;
Members
dwBodyPartID
A DWORD value that identifies the tagged attribute.
Attribute
A CRYPT_ATTRIBUTE structure that contains the attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |