CMC_TAGGED_ATTRIBUTE structure (wincrypt.h)
La structure CMC_TAGGED_ATTRIBUTE est utilisée dans les structures CMC_DATA_INFO et CMC_RESPONSE_INFO .
Syntaxe
typedef struct _CMC_TAGGED_ATTRIBUTE {
DWORD dwBodyPartID;
CRYPT_ATTRIBUTE Attribute;
} CMC_TAGGED_ATTRIBUTE, *PCMC_TAGGED_ATTRIBUTE;
Membres
dwBodyPartID
Valeur DWORD qui identifie l’attribut balisé.
Attribute
Structure CRYPT_ATTRIBUTE qui contient l’attribut .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wincrypt.h |