estructura CMC_TAGGED_ATTRIBUTE (wincrypt.h)
La estructura CMC_TAGGED_ATTRIBUTE se usa en las estructuras CMC_DATA_INFO y CMC_RESPONSE_INFO .
Sintaxis
typedef struct _CMC_TAGGED_ATTRIBUTE {
DWORD dwBodyPartID;
CRYPT_ATTRIBUTE Attribute;
} CMC_TAGGED_ATTRIBUTE, *PCMC_TAGGED_ATTRIBUTE;
Miembros
dwBodyPartID
Valor DWORD que identifica el atributo etiquetado.
Attribute
Estructura CRYPT_ATTRIBUTE que contiene el atributo .
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | wincrypt.h |