Condividi tramite


struttura CMC_RESPONSE_INFO (wincrypt.h)

La struttura CMC_RESPONSE_INFO consente di comunicare parti diverse di informazioni con tag.

Sintassi

typedef struct _CMC_RESPONSE_INFO {
  DWORD                    cTaggedAttribute;
  PCMC_TAGGED_ATTRIBUTE    rgTaggedAttribute;
  DWORD                    cTaggedContentInfo;
  PCMC_TAGGED_CONTENT_INFO rgTaggedContentInfo;
  DWORD                    cTaggedOtherMsg;
  PCMC_TAGGED_OTHER_MSG    rgTaggedOtherMsg;
} CMC_RESPONSE_INFO, *PCMC_RESPONSE_INFO;

Members

cTaggedAttribute

Conteggio del numero di elementi nella matrice membro rgTaggedAttribute .

rgTaggedAttribute

Matrice di strutture CMC_TAGGED_ATTRIBUTE .

cTaggedContentInfo

Conteggio del numero di elementi nella matrice membro rgTaggedContentInfo .

rgTaggedContentInfo

Matrice di strutture CMC_TAGGED_CONTENT_INFO .

cTaggedOtherMsg

Conteggio del numero di elementi nella matrice membro rgTaggedOtherMsg .

rgTaggedOtherMsg

Matrice di strutture CMC_TAGGED_OTHER_MSG .

Commenti

Tutte le matrici con tag sono facoltative.

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h